Skip to main content

MkDocs plugin supports image and table lightbox with GLightbox.

Project description

MkDocs GLightbox

PyPI version PyPI downloads

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

  1. Python Package
    1. beautifulsoup4>=4.11.1
  2. GLightbox javascript file and css file
    1. GLightbox==3.2.0

Usage

  1. Install plugin from pypi

    pip install mkdocs-glightbox
    
  2. Add glightbox plugin to your mkdocs.yml plugins sections:

    plugins:
       - glightbox
    
  3. 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.

  4. For more flexibility, you can disable lightbox by a specific image or a specific page.

License

This project is licensed under the MIT License - see the LICENSE.md file for details.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

mkdocs-glightbox-tables-0.2.2.tar.gz (23.9 kB view details)

Uploaded Source

File details

Details for the file mkdocs-glightbox-tables-0.2.2.tar.gz.

File metadata

File hashes

Hashes for mkdocs-glightbox-tables-0.2.2.tar.gz
Algorithm Hash digest
SHA256 b9cef1469154d3443e139daac08f603f8c83f973593b0bd74fdc6a240916b87b
MD5 bdac22bb6d8053faf8b4f15d4b8ce58e
BLAKE2b-256 0a625685e365e0c9a224a3b1c718f798df7ae6b4f306b83764e3e7691fda0e0a

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page