Hi, I'm currently struggling with a feature request and wondering whether anyone has any suggestions for a good way to implement it.
We make use of the Editor control and allow users to insert images. Images appear as a thumbnail by setting the width on their inline style attribute.
Users would like some way of temporarily viewing the image, my thoughts are to perhaps have a CSS hover state that shows a small button which would display the full size image in a lightbox. (Might have to configure the Editor to not make use of iframe?)
Any suggestions would be greatly appreciated! Thanks.