diff --git a/views/pages/gallery.ejs b/views/pages/gallery.ejs
index 5b04192..f1d0b70 100644
--- a/views/pages/gallery.ejs
+++ b/views/pages/gallery.ejs
@@ -11,9 +11,9 @@
-
+
<% spots.forEach(function(spot) { %>
-
+
<% }); %>
@@ -41,7 +41,9 @@
plugins: [lgThumbnail],
animateThumb: false,
zoomFromOrigin: false,
- thumbnail: true
+ thumbnail: true,
+ customSlideName: true,
+ galleryId: 1
});