Is there a way to make an image display in full screen when clicking on its thumbnail?
The images are hardcoded using the IMG tag and have the class .imagethumb.
Currently, the images are displayed as thumbnails. When clicking on a thumbnail, I would like it to be shown in a div called #preview. Inside this #preview div, there is an IMG tag that will display the full-screen version of the clicked image.
Any suggestions on how to achieve this using jQuery?