I would like to make a photo gallery with thumbnails which can be enlarged by clicking on a thumbnail. I made a first html on I use a table and thumbnails of photo's with height=80 and width=60 all fixed in the html code. But if an image is square or landscape I'll be in trouble.
This is my question: is there a way to get the thumbnails automatically in the correct form of original image? So if the image is landscape it shows a landscape thumbnail, of the image is portrait it shows a portrait thumbnail, if it is a square image it shows a square thumbnail.
This is my question: is there a way to get the thumbnails automatically in the correct form of original image? So if the image is landscape it shows a landscape thumbnail, of the image is portrait it shows a portrait thumbnail, if it is a square image it shows a square thumbnail.