Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Demo broken #34

Open
supersexy opened this issue Feb 23, 2021 · 2 comments
Open

Demo broken #34

supersexy opened this issue Feb 23, 2021 · 2 comments

Comments

@supersexy
Copy link

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...

image

@GjjvdBurg
Copy link
Owner

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.

@sebastiaan-lampo
Copy link
Contributor

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:
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants