Reputation: 47
Hi yesterday I started creating a website usingonly HTML CSS and Photoshop.I decided to use as backgroound an image that I found over the internet but I dont realy know what size should I make the Image so that it will look the same on any resoluztion.
Any suggestions?
This is the image I am using
Upvotes: 1
Views: 99
Reputation: 4771
That image can't be set to be shown the same in all resolutions. You'll need to find one which has a gradient which changes to one color. Then you can set your background color to be the same as the ending color of the image.
Hope this helps.
Upvotes: 0
Reputation: 75409
Thats a bit tough to tell but you might get away with using a jQuery plugin such as backstretch
Upvotes: 1
Reputation: 9331
It's impossible to make the image look exactly the same at every resolution. However, if you simply want to scale it to fill the page, though, you could take a look at this SO question and answer.
Upvotes: 2