Created
October 4, 2015 04:40
-
-
Save jsieber/16b6ee5a65ae68f79fa4 to your computer and use it in GitHub Desktop.
Revisions
-
jsieber created this gist
Oct 4, 2015 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,24 @@ $(document).ready(function() { $("#lightGallery").justifiedGallery({ rowHeight : 150, lastRow : 'nojustify', margins : 10 }).on('jg.complete', function() { $("#lightGallery").lightGallery({ startClass: '', useLeft: true, thumbnail: false, animateThumb: false, showThumbByDefault: false, download: false, hideControlOnEnd: true, loop: false, autoplayControls: false, fullScreen: false, zoom: false, mobileSrc : true, preload: 1, mobileSrcMaxWidth: 640, thumbWidth: 150 }); });