Gallery
Built-in GLightbox gallery feature can be used by adding attribute data-gallery
through markdown_extensions attr_list
. The image with the same gallery name will be grouped as a galley in the light box. Enable attr_list
via mkdocs.yml
:
Check more details about attr_list
on the official document.
Demo
There are two galleries: taipei and seattle.
### Taipei
{data-gallery="taipei"}
{data-gallery="taipei"}
### Seattle
{data-gallery="seattle"}
{data-gallery="seattle"}
{data-gallery="seattle"}
Taipei
Seattle
Dark and light mode
If you are using the mkdocs theme is material, then we provide an option auto_themed
to support the dark and light mode of the material theme. When enabled, the image with the same theme will be grouped as a galley in the light box. This is done by automatically adding attribute data-gallery
to images with the same theme.
Enabled in a similar way to option auto_caption
.
Check more details about the dark and light mode on the official document.