HugoPhotoSwipe
HugoPhotoSwipe copied to clipboard
Demo broken
Demo website broken, at least it does not look like what I expected, it is just a website with a list of images, no gallery... wait, quick screenshot added...
Have you tried tapping on any of the images? That's when the gallery opens. If that doesn't work for you, then there is indeed an issue, so let me know.
It works OK when you click on the images in the dogs (or cats) album.
Yet, I can see where @supersexy is coming from. The list of images doesn't feel like a gallery so for a second I too thought that it didn't work. Maybe adding this little bit of css inline makes it feel more like a gallery where one would click on an image?
.gallery {
display: inline-grid;
grid-template-columns: repeat(3, auto);
}
figure {
position: relative;
}
figcaption {
display: block;
position: absolute;
bottom:5px;
background-color: rgba(255, 255, 255, 0.75)
}
Output: