????JFIF??x?x????'
Server IP : 104.21.48.1 / Your IP : 216.73.216.145 Web Server : LiteSpeed System : Linux premium151.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 User : tempvsty ( 647) PHP Version : 8.0.30 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/tempvsty/pontiacques.org/wp-content/plugins/easy-media-gallery/includes/js/func/ |
Upload File : |
/*global jQuery */ /*! * Responsive-Portfolio-Gallery * * Copyright 2011, http://www.freshdesignweb.com/ * Released under the WTFPL license * */ (function( $, undefined ) {$.EmgHoverDir=function(e,t){this.$el=$(t);this._init(e)};$.EmgHoverDir.defaults={hoverDelay:0,reverse:false};$.EmgHoverDir.prototype={_init:function(e){this.options=$.extend(true,{},$.EmgHoverDir.defaults,e);this._loadEvents()},_loadEvents:function(){var e=this;this.$el.bind("mouseenter.emghoverdir, mouseleave.emghoverdir",function(t){var n=$(this),r=t.type,i=n.find("article"),s=e._getDir(n,{x:t.pageX,y:t.pageY}),o=e._getClasses(s);i.removeClass();if(r==="mouseenter"){i.hide().addClass(o.from);clearTimeout(e.tmhover);e.tmhover=setTimeout(function(){i.show(0,function(){$(this).addClass("da-animate").addClass(o.to)})},e.options.hoverDelay)}else{i.addClass("da-animate");clearTimeout(e.tmhover);i.addClass(o.from)}})},_getDir:function(e,t){var n=e.width(),r=e.height(),i=(t.x-e.offset().left-n/2)*(n>r?r/n:1),s=(t.y-e.offset().top-r/2)*(r>n?n/r:1),o=Math.round((Math.atan2(s,i)*(180/Math.PI)+180)/90+3)%4;return o},_getClasses:function(e){var t,n;switch(e){case 0:!this.options.reverse?t="da-slideFromTop":t="da-slideFromBottom";n="da-slideTop";break;case 1:!this.options.reverse?t="da-slideFromRight":t="da-slideFromLeft";n="da-slideLeft";break;case 2:!this.options.reverse?t="da-slideFromBottom":t="da-slideFromTop";n="da-slideTop";break;case 3:!this.options.reverse?t="da-slideFromLeft":t="da-slideFromRight";n="da-slideLeft";break}return{from:t,to:n}}};var logError=function(e){if(this.console){console.error(e)}};$.fn.emghoverdir=function(e){if(typeof e==="string"){var t=Array.prototype.slice.call(arguments,1);this.each(function(){var n=$.data(this,"emghoverdir");if(!n){logError("cannot call methods on emghoverdir prior to initialization; "+"attempted to call method '"+e+"'");return}if(!$.isFunction(n[e])||e.charAt(0)==="_"){logError("no such method '"+e+"' for emghoverdir instance");return}n[e].apply(n,t)})}else{this.each(function(){var t=$.data(this,"emghoverdir");if(!t){$.data(this,"emghoverdir",new $.EmgHoverDir(e,this))}})}return this}})( jQuery ); jQuery(function(){jQuery(window).scroll(function(){if(jQuery("#mbCenter").length>0){var e=parseInt(jQuery(document).scrollTop());var t=jQuery("#mbCenter").offset();var n=parseInt(t.top+jQuery("#mbCenter").height()+90-e);var r=jQuery(window).height()-n;if(e<t.top-90){setTimeout(function(){jQuery("#mbCenter").stop().animate({top:jQuery(window).scrollTop()+340},500)},150)}if(r>1&&jQuery(window).height()<jQuery("#mbCenter").height()-90){setTimeout(function(){jQuery("#mbCenter").stop().animate({top:t.top+340},500)},150)}else if(r>1&&jQuery(window).height()>jQuery("#mbCenter").height()+90){setTimeout(function(){jQuery("#mbCenter").stop().animate({top:jQuery(window).scrollTop()+340},500)},150)}}})}) jQuery(function($){$("div.da-thumbs").emghoverdir(); $(".emgfittext").fitText(1.2,{ maxFontSize: "12px" });}); jQuery(document).ready(function(){setContainerWidth();}); jQuery(window).resize(function(){setContainerWidth();}); function setContainerWidth(){jQuery('.rig').css('width', 'auto');var windowWidth = jQuery('.easycontainer').width();var blockWidth = jQuery('.view').outerWidth(true);var maxBoxPerRow = Math.floor(windowWidth / blockWidth);jQuery('.rig').width(maxBoxPerRow * blockWidth);}