Skip to content

feat(ui): add galleries #2205

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

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open

Conversation

ancreat
Copy link

@ancreat ancreat commented Jan 23, 2025

Type of change

  • New feature (non-breaking change which adds functionality)

Description

Add galleries

Additional context

Fixes #2136

Repository owner deleted a comment from Muaytie666 Feb 15, 2025
@lotusk08
Copy link

By this theme using Bootstrap, IMO, there's no need to add gallery features to display image collections by topic. You can try this simple structure:

{: .d-flex .justify-content-center }
Image 1 {: .me-2}
Image 2 {: .me-2}
Image ... {: .me-2}
Image 6

I’m using this for myself
image

@tis-starlight
Copy link

@lotusk08

By this theme using Bootstrap, IMO, there's no need to add gallery features to display image collections by topic. You can try this simple structure: ...

I believe this pull request addresses issue #2136, which pertains to the current behavior where all images within a post are grouped into a single lightbox gallery, regardless of their intended categorization.

With this update, images tagged with a specific gallery identifier (e.g., gallery1, gallery2, etc.) will now be grouped accordingly. This allows users to navigate only within the intended image set, ensuring that lightbox navigation is scoped to the designated gallery rather than encompassing all images in the post.

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

Successfully merging this pull request may close these issues.

Be able to define glightbox galleries to limit image scrolling
3 participants