I guess this must be easy in Umbraco, but somehow I didn't find how to implement it.
All I want is to show a image (screenshot) on a page. This image as a thumb. When the user clicks the image, the image is shown at it's full proportions in a pop-up window.
There's a multitude of ways to do this, but what I usually do is:
- Upload field to accept the image - In the frontend, I display the image using imagegen so I can restrict the size (to thumbnail size) - Use a jQuery lightbox plugin (I like Fancybox) to show the larger image
when clicked image shown in full size
Hi,
I guess this must be easy in Umbraco, but somehow I didn't find how to implement it.
All I want is to show a image (screenshot) on a page. This image as a thumb. When the user clicks the image, the image is shown at it's full proportions in a pop-up window.
Anyone knows how to implement this?
Thanks for your advice,
Anthony
There's a multitude of ways to do this, but what I usually do is:
- Upload field to accept the image
- In the frontend, I display the image using imagegen so I can restrict the size (to thumbnail size)
- Use a jQuery lightbox plugin (I like Fancybox) to show the larger image
is working on a reply...