MkDocs plugin supports image lightbox with GLightbox.
Project description
MkDocs GLightbox
A MkDocs plugin supports image lightbox with GLightbox.
GLightbox is a pure javascript lightbox library with mobile support.
Live demo with Material for MkDocs.
Dependency
- Python Package
- beautifulsoup4>=4.11.1
- GLightbox javascript file and css file
- GLightbox==3.2.0
Usage
-
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 skip_classes: - custom-skip-class-name auto_caption: false caption_position: bottom
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% Width for inline elements and iframes. You can use any unit for example 90% or 100vw for full width. height auto 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. skip_classes [ ] Disable lightbox of those image with specific custom class name. auto_caption false Enable or disable using alt of image as caption title automatically. caption_position bottom Default captions position. (bottom, top, left, right) Check more options information on GLightbox Docs.
-
For more flexibility, you can disable lightbox by a specific image or a specific page.
-
Support lightbox image caption, check more details on Caption
License
This project is licensed under the MIT License - see the LICENSE.md file for details.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file mkdocs-glightbox-0.3.0.tar.gz
.
File metadata
- Download URL: mkdocs-glightbox-0.3.0.tar.gz
- Upload date:
- Size: 24.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | cea3b79277144cb8dbdb1dcb3fc420e64c4357b2453941db1452c166ad9430ad |
|
MD5 | 172e8cb057b6f94aabe8c2b0537705c7 |
|
BLAKE2b-256 | 1bada18ca3cc15dd6405ce6986489e508e41e2d5dbbdc9521dbbe4c0f0a407dc |