D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
raptqcnr
/
www
/
wp-content
/
themes
/
woodmart
/
js
/
scripts
/
wc
/
Filename :
product360Button.js
back
Copy
/* global woodmart_settings */ (function($) { woodmartThemeModule.product360Button = function() { if ('undefined' === typeof $.fn.magnificPopup) { return; } $('.product-360-button a').magnificPopup({ type : 'inline', mainClass : 'mfp-fade', preloader : false, tClose : woodmart_settings.close, tLoading : woodmart_settings.loading, fixedContentPos: true, removalDelay : 600, callbacks : { beforeOpen: function() { this.wrap.addClass('wd-popup-slide-from-left'); }, open : function() { woodmartThemeModule.$window.trigger('resize'); } } }); }; $(document).ready(function() { woodmartThemeModule.product360Button(); }); })(jQuery);