Question about images

I have a page with many images,

These are images, that simply have a height attribute

<img src="images/gallery/gallery1/10155905_701384769903886_388354013594823396_n.jpg" alt="Gallery #1" height="100" />

This image has the dimensions width: 720px and a height: 960px and is about 60 Kb.
But since I forced it to have a height of 100px, does that effect the image size (in Kb)

Im concerned cause I dont want the pages load time to be effected.

It will still download the image in full. Whatever size you set it in the CSS/HTML is irrespective to the matter :slight_smile: .

your soo fast!

I’ll take that as a compliment in this situation :slight_smile: .

You’re welcome.

Hello,
i checked your site.
Change the size of your images. You display 90px and use a 900px.
Change the size and reupload your images. Let me know if you can`t do it by yourself.
The pageload is not good at this moment.

EDIT: Ok i am sorry. I don`t know the image hover script. Mabye this scripts needs the full image sizes.

Hey Vanessa, I used the photoshop batch thing, what an awesome tool!
http://www.republicofcode.com/tutorials/photoshop/mass_resize/

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.