Blueswen

Results 31 comments of Blueswen

@gingerchew Thanks for reviewing and reminding, I actually forgot to add the dist files. The dist files and the redundant ```console.log``` issues has been fixed. I also created two codepens...

This bug is fixed on [v0.4.0](https://github.com/blueswen/mkdocs-glightbox/releases/tag/v0.4.0). Please let me know if the error message is still showing up.

I am afraid that I can't implement this. Since only-light and only-dark feature is implemented by [CSS selector](https://github.com/squidfunk/mkdocs-material/blob/246266fafad2c2fdc78022c14f7f4b2df91167f3/src/templates/assets/stylesheets/main/_colors.scss#L56), and [glightbox](https://github.com/biati-digital/glightbox) doesn't support dynamically add or remove images from slide. If...

@Auo I created another MkDocs plugin to render Swagger UI https://github.com/blueswen/mkdocs-swagger-ui-tag. Which could configure Swagger UI through plugin options globally or tag attributes separately. You can see demo and check...

@Thibaudkhan I created another MkDocs plugin to render Swagger UI https://github.com/blueswen/mkdocs-swagger-ui-tag. Which could render multiple Swagger UI in same page with different OpenAPI Spec file and supports build-in multiple OAS...

@miquelis I created another MkDocs plugin to render Swagger UI https://github.com/blueswen/mkdocs-swagger-ui-tag. Which could include OpenAPI Spec file cross directories like include image in MkDocs. Maybe my plugin could fit your...

Your site has some javascript issues with the error `Uncaught ReferenceError: document$ is not defined`. Could you provide your code or minimal reproducible code? Besides, when you are using mkdocs-glightbox,...

Could you provide your `mkdocs.yaml` or reproducible repository?

Thanks for reporting this bug and providing a reproducible repository. This bug has been fixed in [v0.3.6](https://github.com/blueswen/mkdocs-glightbox/releases/tag/v0.3.6) by changing the default width from `100%` to `auto`, because `100%` width will...

You can try using [Advanced Description](https://blueswen.github.io/mkdocs-glightbox/caption/caption/#advanced-description) to add a link to the caption. ```markdown ![Castelo de São Jorge, Lisbon, Portugal](../images/gallery/blueswen-lisbon.jpeg){ width="500px" data-title="Cabo da Roca, Portugal. Credit: Blueswen" data-description=".custom-desc1" } Share...