HTML5 problem

kenny1999

Member
If I have a number of photos (with different size) and I want to make them all into thumbnails on my webpage so people could click to make it large. Instead of manually turning every big photos into smaller one by photoshop or something else, is there any better method to make this? The biggest problem is, even I resize it one by one. It's possibly hard to resize every image of different original sizes into the same sizes for the sake of outlook design.

Thank you.
 

sshaggy

Member
There are lots of gallery script which can achieve what you want. But considering the fact that digital photgraphs can be heavy in size (1-5MB), you'll still need to optimize them to a size limit for web standards. Basically, reducing the resolution to something around 1000x800 pixels will give you fairly good images for view.

For automatic thumbnail creation, you can use scripts like Galleria (http://galleria.io/) or Smoothgallery (http://smoothgallery.jondesign.net/showcase/gallery/).
There are lots of other ones, you just need to look up in google. :)
 
Top