
Security News
Node.js TSC Votes to Stop Distributing Corepack
Corepack will be phased out from future Node.js releases following a TSC vote.
mkdocs-glightbox-tables
Advanced tools
A MkDocs plugin supports image lightbox with GLightbox.
GLightbox is a pure javascript lightbox library with mobile support.
Live demo with Material for MkDocs.
Install plugin from pypi
pip install mkdocs-glightbox
Add glightbox
plugin to your mkdocs.yml plugins sections:
plugins:
- glightbox
You may customize the plugin by passing options in mkdocs.yml:
plugins:
- glightbox:
touchNavigation: true
loop: false
effect: zoom
width: 100%
height: auto
zoomable: true
draggable: true
Option | Default | Description |
---|---|---|
touchNavigation | true | Enable or disable the touch navigation (swipe). |
loop | false | Loop slides on end. |
effect | zoom | Name of the effect on lightbox open. (zoom, fade, none) |
width | 100% | Default width for inline elements and iframes. You can use any unit for example 90% or 100vw for full width. |
height | auto | Default height for inline elements and iframes. You can use any unit for example 90%, 100vh or auto. |
zoomable | true | Enable or disable zoomable images. |
draggable | true | Enable or disable mouse drag to go prev and next slide. |
Check more options information on GLightbox Docs.
For more flexibility, you can disable lightbox by a specific image or a specific page.
This project is licensed under the MIT License - see the LICENSE.md file for details.
FAQs
MkDocs plugin supports image and table lightbox with GLightbox.
We found that mkdocs-glightbox-tables demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Corepack will be phased out from future Node.js releases following a TSC vote.
Research
Security News
Research uncovers Black Basta's plans to exploit package registries for ransomware delivery alongside evidence of similar attacks already targeting open source ecosystems.
Security News
Oxlint's beta release introduces 500+ built-in linting rules while delivering twice the speed of previous versions, with future support planned for custom plugins and improved IDE integration.