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 it possible to make a glightbox inside itself ? #37

Open SPyofgame200 opened 2 months ago

SPyofgame200 commented 2 months ago

Is is possible to do something like this

![![This is a reason why that solution work](explaination.png)](solution.png)

As there is a case where I have a plugin that automatically takes images of certain explanations into images so that the user can download and view them as a carousel. But I cant not add an image inside another solution, so I have to copy a large amount of text into the solution with a custom plugin.

Also, there is a suggestion, can we have a tooltip when hovering over a image? it shall show data-title inside a rectangle toolip so the user can read the title without enlarging the image (for example: comparing two images title / two different solutions with similar solution)