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 the plugin from PyPI
pip install mkdocs-glightbox
-
Add
glightbox
plugin to your mkdocs.yml plugins sections:plugins: - glightbox
-
All images will be added to the lightbox effect automatically, except images in an anchor tag and emoji images from pymdown-extensions.
-
You may customize the plugin by passing options in mkdocs.yml:
plugins: - glightbox: touchNavigation: true loop: false effect: zoom slide_effect: slide 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) slide_effect slide Name of the effect on lightbox slide. (slide, 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 the lightbox with a specific image or a specific page.
-
Support lightbox image caption, check more details on Caption.
-
Support grouping images as galleries, check more details on Gallery.
How it works
- Copy GLightbox script file into
site/assets/javascripts/
directory and CSS file intosite/assets/stylesheets/
directory - Import GLightbox script and CSS file and add javascript code on each page excluded disabled pages
- Search all image tags and warp with an anchor tag for GLightbox excluded images with skip class or already warped with an anchor tag
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
Built Distribution
File details
Details for the file mkdocs-glightbox-0.3.2.tar.gz
.
File metadata
- Download URL: mkdocs-glightbox-0.3.2.tar.gz
- Upload date:
- Size: 29.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | aec32193fa367f83a5159a10ef0a0e501e595860f4399fb860ca1c5d95fd099d |
|
MD5 | 92a2a16db4cc6d92db9ebbef4bcd2049 |
|
BLAKE2b-256 | b2620b1bddc16872d41ec587787affa295e8812fbffa13bef5619d437aaaa228 |
File details
Details for the file mkdocs_glightbox-0.3.2-py3-none-any.whl
.
File metadata
- Download URL: mkdocs_glightbox-0.3.2-py3-none-any.whl
- Upload date:
- Size: 28.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ef168717e0d6f5e3b33afa8a62837e9ea3b8754fbf073760db169650edbcb866 |
|
MD5 | 77b22904ca09bcb5bc25bb15764481c5 |
|
BLAKE2b-256 | e535a7f9dc5c3092f9dd4fba8200c66f5f05d1295eedb7d9364d416d1c9db488 |