Conversation
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., |
758e22f to
29bf95e
Compare
|
I've implemented my own gallery plugin. For example: {% gallery %}
src="/assets/img/obsidian/my_storage_setup.jpg" alt="WD_BLACK SN850X NVMe SSD + OWC Express 1M2 Enclosure inside of a Pelican 1040 Micro Case" height="450"
src="/assets/img/obsidian/my_storage_setup_open.jpg" alt="Opened Pelican 1040 Micro Case containing my storage setup" height="450"
src="/assets/img/obsidian/my_storage_setup_details.jpg" alt="Contents of my Pelican 1040 Micro Case: My storage setup and accessories" height="450"
src="/assets/img/obsidian/my_storage_setup_back.jpg" alt="Back of my OWC Express 1M2 Enclosure" height="450"
{% endgallery %}There's certainly room for improvement, but should I create a PR for this feature (once it's ready)? Edit: I forgot to tag @cotes2020 |



Type of change
Description
Add galleries
Additional context
Fixes #2136