Skip to content

Commit

Permalink
fix #35
Browse files Browse the repository at this point in the history
  • Loading branch information
SonicGD committed Jul 12, 2015
1 parent e795b61 commit 6fbc696
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions frontend/static/blocks/gallery/gallery.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,14 @@ $(function () {
jQuery("#nanoGallery").nanoGallery({
thumbnailWidth: 'auto',
thumbnailHeight: 140,
locationHash:true,
locationHash: true,
thumbnailLabel: {display: false},
thumbnailGutterWidth: 10,
thumbnailGutterHeight: 10,
thumbnailHoverEffect:'imageScaleIn80',
touchAnimation: false
thumbnailHoverEffect: 'imageScaleIn80',
touchAnimation: false,
viewerToolbar: {
style: 'stuckImage'
}
});
});

0 comments on commit 6fbc696

Please sign in to comment.