Click to See Complete Forum and Search --> : images size?


ttmw
07-01-2007, 06:51 AM
can anyone tell me how to make all the images a certain size in css please?thanks in advance.

Fang
07-01-2007, 07:06 AM
<style type="text/css">
img {height:200px; width:200px;}
</style>

Major Payne
07-02-2007, 02:40 PM
Provided you want to maintain the correct aspect ratio for each image at one size, you might make thumbnails out of all the images at the size you want. There are lots of thumbnail apps that will do batch conversions.

Ron