D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
buildteksolution
/
public_html
/
superadmin
/
assets
/
js
/
Filename :
light-gallery.js
back
Copy
(function($) { 'use strict'; if ($("#lightgallery").length) { $("#lightgallery").lightGallery(); } if ($("#lightgallery-without-thumb").length) { $("#lightgallery-without-thumb").lightGallery({ thumbnail: true, animateThumb: false, showThumbByDefault: false }); } if ($("#video-gallery").length) { $("#video-gallery").lightGallery(); } })(jQuery);