I use the built-in wiki for my application. I created a page (slug) and 
upload the image using the built-in media function. I created a link to 
display the large image when user clicked on the thumbnail, but instead it 
downloads the image.

This is my code within the page.

<a href="@////21/*wirelessicon-large.jpg*"><img alt="" src="@////21/
*wirelessicon-thumbnail.jpg*" /></a>

Please advise how can I display the larger image when user click on the 
link instead of saving the image.

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to