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 @@ - +

Temps de Flors '24 - <%= channel %>

<% spots.forEach(function(spot) { %> - + <%=  spot.description %>> <% }); %> @@ -41,7 +41,9 @@ plugins: [lgThumbnail], animateThumb: false, zoomFromOrigin: false, - thumbnail: true + thumbnail: true, + customSlideName: true, + galleryId: 1 });