SILENT KILLERPanel

Current Path: > home > codekrsu > > ameliagraphics.com > wp-content > plugins > essential-blocks > assets > js >


Operation   : Linux premium131.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64
Software     : Apache
Server IP    : 162.0.232.56 | Your IP: 216.73.216.111
Domains      : 1034 Domain(s)
Permission   : [ 0755 ]

Files and Folders in: /home/codekrsu//ameliagraphics.com/wp-content/plugins/essential-blocks/assets/js/

NameTypeSizeLast ModifiedActions
gsap Directory - -
react-player Directory - -
TweenMax.min.js File 114163 bytes June 19 2025 11:15:48.
admin.asset.php File 84 bytes June 19 2025 11:15:48.
admin.js File 558 bytes June 19 2025 11:15:48.
eb-animation-load.asset.php File 84 bytes July 27 2025 13:25:28.
eb-animation-load.js File 2569 bytes July 27 2025 13:25:28.
eb-blocks-localize.asset.php File 84 bytes August 27 2024 16:37:06.
eb-blocks-localize.js File 0 bytes December 12 2021 10:20:44.
eb-editor-breakpoint.asset.php File 84 bytes June 19 2025 11:15:48.
eb-editor-breakpoint.js File 221 bytes June 19 2025 11:15:48.
eb-patterns.asset.php File 84 bytes June 19 2025 11:15:48.
eb-patterns.js File 1956 bytes June 19 2025 11:15:48.
fa-currency.asset.php File 84 bytes August 27 2024 16:37:06.
fa-currency.js File 0 bytes August 27 2024 16:37:06.
fslightbox.min.js File 30439 bytes June 19 2025 11:15:48.
images-loaded.min.js File 5325 bytes June 19 2025 11:15:48.
isotope.pkgd.min.js File 34906 bytes June 19 2025 11:15:48.
jquery.event.move.js File 5407 bytes June 19 2025 11:15:48.
jquery.twentytwenty.asset.php File 84 bytes June 19 2025 11:15:48.
jquery.twentytwenty.js File 2522 bytes June 19 2025 11:15:48.
jquery.zoom.js File 2618 bytes June 19 2025 11:15:48.
jquery.zoom.min.js File 2622 bytes June 19 2025 11:15:48.
masonry.min.js File 23708 bytes June 19 2025 11:15:48.
plyr.js File 108363 bytes June 19 2025 11:15:48.
slick-lightbox.js File 7404 bytes June 19 2025 11:15:48.
slick.min.js File 42661 bytes June 19 2025 11:15:48.
typed.min.js File 9825 bytes June 19 2025 11:15:48.

Reading File: /home/codekrsu//ameliagraphics.com/wp-content/plugins/essential-blocks/assets/js//jquery.zoom.js

/*! For license information please see jquery.zoom.js.LICENSE.txt */
!function(o){var t={url:!1,callback:!1,target:!1,duration:120,on:"mouseover",touch:!0,onZoomIn:!1,onZoomOut:!1,magnify:1};o.zoom=function(t,n,e,i){var u,c,a,r,m,l,s,f=o(t),h=f.css("position"),d=o(n);return t.style.position=/(absolute|fixed)/.test(h)?h:"relative",t.style.overflow="hidden",e.style.width=e.style.height="",o(e).addClass("zoomImg").css({position:"absolute",top:0,left:0,opacity:0,width:e.width*i,height:e.height*i,border:"none",maxWidth:"none",maxHeight:"none"}).appendTo(t),{init:function(){c=f.outerWidth(),u=f.outerHeight(),n===t?(r=c,a=u):(r=d.outerWidth(),a=d.outerHeight()),m=(e.width-c)/r,l=(e.height-u)/a,s=d.offset()},move:function(o){var t=o.pageX-s.left,n=o.pageY-s.top;n=Math.max(Math.min(n,a),0),t=Math.max(Math.min(t,r),0),e.style.left=t*-m+"px",e.style.top=n*-l+"px"}}},o.fn.zoom=function(n){return this.each(function(){var e=o.extend({},t,n||{}),i=e.target&&o(e.target)[0]||this,u=this,c=o(u),a=document.createElement("img"),r=o(a),m="mousemove.zoom",l=!1,s=!1;if(!e.url){var f=u.querySelector("img");if(f&&(e.url=f.getAttribute("data-src")||f.currentSrc||f.src),!e.url)return}c.one("zoom.destroy",function(o,t){c.off(".zoom"),i.style.position=o,i.style.overflow=t,a.onload=null,r.remove()}.bind(this,i.style.position,i.style.overflow)),a.onload=function(){var t=o.zoom(i,u,a,e.magnify);function n(n){t.init(),t.move(n),r.stop().fadeTo(o.support.opacity?e.duration:0,1,!!o.isFunction(e.onZoomIn)&&e.onZoomIn.call(a))}function f(){r.stop().fadeTo(e.duration,0,!!o.isFunction(e.onZoomOut)&&e.onZoomOut.call(a))}"grab"===e.on?c.on("mousedown.zoom",function(e){1===e.which&&(o(document).one("mouseup.zoom",function(){f(),o(document).off(m,t.move)}),n(e),o(document).on(m,t.move),e.preventDefault())}):"click"===e.on?c.on("click.zoom",function(e){return l?void 0:(l=!0,n(e),o(document).on(m,t.move),o(document).one("click.zoom",function(){f(),l=!1,o(document).off(m,t.move)}),!1)}):"toggle"===e.on?c.on("click.zoom",function(o){l?f():n(o),l=!l}):"mouseover"===e.on&&(t.init(),c.on("mouseenter.zoom",n).on("mouseleave.zoom",f).on(m,t.move)),e.touch&&c.on("touchstart.zoom",function(o){o.preventDefault(),s?(s=!1,f()):(s=!0,n(o.originalEvent.touches[0]||o.originalEvent.changedTouches[0]))}).on("touchmove.zoom",function(o){o.preventDefault(),t.move(o.originalEvent.touches[0]||o.originalEvent.changedTouches[0])}).on("touchend.zoom",function(o){o.preventDefault(),s&&(s=!1,f())}),o.isFunction(e.callback)&&e.callback.call(a)},a.setAttribute("role","presentation"),a.alt="",a.src=e.url})},o.fn.zoom.defaults=t}(window.jQuery);

SILENT KILLER Tool