DjangoCMS Plugin for LightGallery.
The full documentation is at https://djangocms-lightgallery.readthedocs.io.
Requirements
- django-filer
Install djangocms-lightgallery:
pip install djangocms-lightgallery
Add it to your INSTALLED_APPS:
INSTALLED_APPS = (
...
'djangocms_lightgallery',
...
)
- create image galleries with lightGallery
- displays images in gallery as a thumbnail preview
Does the code actually work?
source <YOURVIRTUALENV>/bin/activate (myenv) $ pip install tox (myenv) $ tox
Tools used in rendering this package:
- make the thumbnail preview customizable
- give more styling options
This project is maintained by Mathison AG | Mobile & Web Development.