plone / plone.gallery

Photo gallery view for Plone CMS.
GNU General Public License v2.0
5 stars 1 forks source link

Suggested improvements to image scale choices #5

Open fulv opened 4 years ago

fulv commented 4 years ago

As long as there is no way to provide configuration options TTW, I suggest changing the scales used for the "fullscreen slideshow" and for the "grid view".

The Plone default scales are:

But the README file recommends to change these to:

Instead of forcing users to change their scales, which could have bad consequences elsewhere in an already existing theme, why not use "preview", which is 400x400 by default?
Also, I see no downside in using the image's original size (instead of "large") for the "fullscreen slideshow". Spotlight seems to do a good enough job fitting an image to the viewport, whereas 1400x1400 would be too small for some screens, anyway.

MrTango commented 2 years ago

I think a control panel to configure the used scales, could be helpful here. For example i always change the default scales, because be default they are broken in Barceloneta. Have a look how the album view looks like with default settings.

The original size can work, but can also lead to problems when people upload cam pics without shrinking them to a sane size before. I build an addon to force max image size in Plone, which I'll polish a bit when i have time. That could be a good companion.