Skip to main content

MkDocs plugin supports image lightbox with GLightbox.

Project description

MkDocs GLightbox

PyPI version PyPI downloads

A MkDocs plugin supports image lightbox with GLightbox.

GLightbox is pure Javascript lightbox library with mobile support.

Live demo with mkdocs-material theme.

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 in to your mkdocs.yml plugins sections:

    plugins:
    - glightbox
    
  3. You may customize the plugin by passing options in mkdocs.yml:

    plugins:
    - glightbox:
        touchNavigation: false
        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 true 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.

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-0.1.3.tar.gz (23.0 kB view details)

Uploaded Source

File details

Details for the file mkdocs-glightbox-0.1.3.tar.gz.

File metadata

  • Download URL: mkdocs-glightbox-0.1.3.tar.gz
  • Upload date:
  • Size: 23.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.9.10

File hashes

Hashes for mkdocs-glightbox-0.1.3.tar.gz
Algorithm Hash digest
SHA256 b719efb384531ab1b0ffdc49a71e3104ba6bff60403d332a5675f20a703e4b8e
MD5 2fe3b31e0bae9940d8d366ba59bb77d3
BLAKE2b-256 3b9040bb668efd99b3d17f5acc8b5ce6ffd1ab41743f2228c10565d6628d5218

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