Allow changing of gallery image size

This commit is contained in:
2025-02-22 17:31:52 +01:00
parent c16b3ab59f
commit 945a114f08
3 changed files with 21 additions and 2 deletions

View File

@@ -10,7 +10,7 @@ $(function(){
});
$('#gallery').nanogallery2({
thumbnailHeight: 200,
thumbnailHeight: galleryUseHeight,
thumbnailWidth: 'auto',
thumbnailGutterWidth: 10,