🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-06-14 14:10:11 | PHP 8.1.34
📂
/ (Root)
/
home
/
therahul
/
ramailobhela.com
/
wp-content
/
themes
/
nighty
/
assets
/
js
/
elementor
📍 /home/therahul/ramailobhela.com/wp-content/themes/nighty/assets/js/elementor
🔄 Refresh
✏️
Editing: product.js
Writable
(function($){ "use strict"; $(window).on('elementor/frontend/init', function () { elementorFrontend.hooks.addAction('frontend/element_ready/nighty_elementor_product.default', function(){ /* Add your code here */ $(".trigger-fancybox").click( function(e){ var data_gallery = $(this).data("gallery"); Fancybox.show(data_gallery,{ Image: { Panzoom: { zoomFriction: 0.7, maxScale: function () { return 3; }, }, } }); } ); }); }); })(jQuery);
💾 Save Changes
❌ Cancel