plone / Products.CMFPlone

The core of the Plone content management system
https://plone.org
GNU General Public License v2.0
251 stars 188 forks source link

Enhancement: Pop-up Images #1453

Open 3dogMcNeill opened 8 years ago

3dogMcNeill commented 8 years ago

Enable images added to the content area of a page or news item (not leading image for news item) to pop up, lightbox style, to view a larger version of that image. Example: I add an image to a page, I set its size at preview (400x400). When the page is saved, users can click on the image to view it in full size.

This behavior is pretty critical for content editors and suggested workarounds are not pratical for content contributors.

hvelarde commented 8 years ago

+1 implementation should be as easy as adding a class to the image.

gforcada commented 8 years ago

Isn't there a pattern on patternlibs/mockup that does it? It still needs to be applied somehow though.

3dogMcNeill commented 8 years ago

I don't know how to implement this but would be great to see in next release—I think it's pretty important. What's the point of having images if you can't view them in a size large enough to see them? For example, image of a organization chart or department/building layout—would have to be huge to be readable. Expectation is that the image shows in preview size and when clicked, opens to full size.