NooBCube
Members
-
Joined
-
Last visited
Reputation Activity
-
This article can help you out a lot
http://www.webdesignerdepot.com/2008/11/dos-and-donts-of-large-website-backgrounds/
Good luck
-
NooBCube reacted to Row in What will save server res: One image resized or multiple different sized images?Hi,
If the image is on the same page, then I would recomment resizing it using css
Every time a page load all the images also load, so If you just use 1 picture, the picture only loads ones
If the image is used on different pages and the size is different on each page then I would go for different images.
Good luck