Hi Imagine you have a row of thumbnails in a page, and when the guest clicks on an image, a popup-like window is opened with a larger version of the image shown; what is the best or easiest method to do this in web2py, and does anyone perhaps have experience with one of the jQuery plugins listed here:
http://webdeveloperplus.com/jquery/21-brilliant-jquery-image-galleryslideshow-plugins/ Finally, code snippets would be appreciated. I already know of the image gallery appliance, but that seems to be more than I need. I only want a modal window of the full size image, nothing more complicated than that. I am happy to present the thumbnails using IMG directly, it is only the zoomed window for which I would like recommendations.

