|
Seems to load fine..
If you're gonna use a class on the thumbs
might aswell add the dimensions in the class, and remove them from the actual img code.
not sure if that'll help with speed though..
ie: .thumb {
width:150px;
height:120px;
border etc
}
<img src="image.jpg" class="thumb" />
|