single vs. multiple images

A

Adam

I have an image that repeats its pattern. would it be better, performance
wise, to have a single larger image (400px X 500px) or a smaller image (10px
X 10px) repeated to make the full size?

Thanks.
 
K

Kevin Spencer

Smaller. The image itself will only be requested once.

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
Neither a follower nor a lender be.
 
A

Adam

Thanks!



Kevin Spencer said:
Smaller. The image itself will only be requested once.

--
HTH,

Kevin Spencer
Microsoft MVP
.Net Developer
Neither a follower nor a lender be.
 
Top