blueswen / mkdocs-glightbox

A MkDocs plugin supports image lightbox (zoom effect) with GLightbox.
https://blueswen.github.io/mkdocs-glightbox/
MIT License
115 stars 14 forks source link

Is there a way to set glightbox-manual: true globally? #39

Closed aborruso closed 2 months ago

aborruso commented 2 months ago

Hi, thank you very much for this plugin.

Is there a way to set glightbox-manual: true globally, without the need to include it on every page in the meta?

I would like it always off, and activate it by inserting { .on-glb } where needed.

Thank you

blueswen commented 2 months ago

@michalfapso helped implement this feature on #29 which was released on v0.4.0. You can get more details on our documentation.

aborruso commented 2 months ago

thank you very much @blueswen and @michalfapso