Adds popup to images
- Images embedded in a page, as well as the image shown on the ...jpg/view page, will popup in a jquery style lightbox.
- If using a responsive theme, the popup image responds to the display size.
- Upon clicking on embedded image, it pops up to its full size if display size permits, otherwise it scales down to size of display.
- Title is taken from caption that was added to image or if none, from file name.
- There is a control panel where you can choose image classes and image sizes
This add-on can be seen in action at the following sites:
- classroom Plone site http://sci.mpls.k12.mn.us/
This product has been translated into - Klingon (thanks, K'Plai)
Install medialog.magneticpopup by adding it to your buildout:
[buildout] ... eggs = medialog.magneticpopup
Next, run:
bin/buildout
.Finally, go to your site setup/addons and enable this new addon.
- Issue Tracker: https://github.com/collective/medialog.magneticpopup/issues
- Source Code: https://github.com/collective/medialog.magneticpopup
If you are having issues, please let us know.
The project is licensed under the GPLv2.
twine upload --repository-url https://upload.pypi.org/legacy/ dist/*