Sha256: bef8deccfaea735b75395f3969112f7329db77aca50ed9ff8337e8a2baec829f
Contents?: true
Size: 335 Bytes
Versions: 3
Compression:
Stored size: 335 Bytes
Contents
$(function () { $("#gallery").removeClass('hide'); var buildGallery = function(){ $('a[rel^="prettyPhoto"]').prettyPhoto({slideshow:5000, autoplay_slideshow:false}); $("#gallery").gridalicious({ animate: true, gutter: 15, width: 250 }); } buildGallery(); });
Version data entries
3 entries across 3 versions & 1 rubygems