.. This README is meant for consumption by humans and pypi. Pypi can render rst files so please do not use Sphinx features.
If you want to learn more about writing documentation, please check out: http://docs.plone.org/about/documentation_styleguide.html
This text does not appear on pypi or github. It is a comment.
Adds popup to images
Features
- 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
Examples
This add-on can be seen in action at the following sites:
Translations
This product has been translated into
Installation
-
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.
Contribute
Support
If you are having issues, please let us know.
License
The project is licensed under the GPLv2.
Upload pypi
twine upload --repository-url https://upload.pypi.org/legacy/ dist/*
Contributors
Changelog
1.1 (25.03.2020)
- Plone 5.2 support [espenmn]
1.0 (12.05.2019)
- First official release [espenmn]
1.0a6 (30.03.2019)
- add data popup size
[espenmn]
1.0a5 (14.03.2019)
- fix popup url so it works with news items
[espenmn]
1.0a3 (12.12.2018)
- Add img/js selector
[espenmn]
1.0a2 (05.05.2018)
- Change img selector to .image-left etc (local images)
[espenmn]
1.0a2 (08.08.2017)
- Change #content-core selector to #content
[espenmn]
1.0a1 (08.08.2017)
- Initial release.
[espenmn]