is there a code to resize all the images on my html webpage?

  • Thread starter Thread starter DB!
  • Start date Start date
D

DB!

Guest
I'm trying to make my website for my photography gallery, and I can't figure out how to resize all the images on my page to a set 500 px height, and auto width. They're in a scroll box and I want them all to be the same size.
any html codes I could use to fix this?

the url for what it looks like now is danaburke.com/people


thanks!
 
Getting browsers to resize images isn't a good idea. You should get some graphics software and resize the actual images.

http://offog.org/articles/image-scaling/

ImageMagick is a bit tricky to get to grips with - but does let you resize all your images as a batch rather then doing each one manually.
 
Back
Top