Creates thumb of an image with or without link to original
Use ANBSThumbLink to create thumb and link to original image
Use ANBSThumbImg to create thumb without link
Uses Thumbnail3.aspx and fancybox for larger image (both attached)
Latest fancybox3 can be found here.
Thumbnail3.aspx was found online, and then enhanced to meet my needs.
Set1
Set3
Access to code is limited.
Login here using your Linkedin account. to see or download code.
No registration, not another password to remember, login using your Linkedin account and have access to all public codes in MyDevLib.com
LoginImg, ToWidth, ImgClasses
To create an image with click to enlarge
Call ANBSThumbLink("myimage.png", 200, "img-thumbnail")
To create an image only with no click
ANBSThumbImg("OurImg.jpg", 10, "")
Call ANBSThumbLink("myimage.png", 200, "img-thumbnail")
To create an image only with no click
ANBSThumbImg("OurImg.jpg", 10, "")
Views 1845 Downloads 467