Skip to content

jazkarta/plone.gallery

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Coveralls Latest Version Egg Status

https://img.shields.io/pypi/pyversions/plone.gallery.svg?style=plastic:alt:Supported-PythonVersions

License

plone.gallery

A photo gallery view for Plone CMS.

Features

  • Shows photos of different sizes nicely and responsive
  • Allows to zoom and browse thru the photos
  • Has a white and blackmode
  • Fullscreen and Autoplay mode
  • Flexible setting of grid image scale and zoom image scale in gallery control panel

It uses the libraries spotlight and flexbin in combination for that.

https://raw.githubusercontent.com/plone/plone.gallery/master/docs/plone-gallery.gif

Works from Phone to Big screen.

https://raw.githubusercontent.com/plone/plone.gallery/master/docs/screenshot-gallerie-grid.jpg

Translations

This product has been translated into

  • German (MrTango)

Installation

Install plone.gallery by adding it to your buildout:

[buildout]

...

eggs =
    plone.gallery

and then running bin/buildout

Usage

Please make sure that you have reasonable image sizes set in your portal. Something as follow should be good.

large 1400:1400 preview 600:600 mini 400:400 thumb 200:200

The large size is used for the zoom and mini for the preview grid view. Changing the other too just make sense if you change something.

After you have the correct sizes, you can just change the view on every Folder or Collection in Plone to "Photo gallerie".

TODO

  • add some more tests for the view
  • make flexbin-row-height and flexbin-space configureable

Contribute

License

The project is licensed under the GPLv2.

About

Photo gallery view for Plone CMS.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 88.0%
  • RobotFramework 9.7%
  • Shell 2.3%