I asked a question about this that was specific to my code and people were really helpful, so I picked the answer that was more susccessful, even though I did not solve my problem.
- I am trying to get a large css background just like livingsocial has.
- I have an image that is 1400 x 1050
- My current resolution is: 1280 X 1024
- My image keeps getting cut off from the bottom
Question(s): Whats the best way to display large image backgrounds using css?
- Do I need to have same background image in 4 different resolution and then use the image that best fits the current resolution user is using (is there some script for it)?
- Do I need just one big image that I keep scaling using css
- How are others tackling this problem?
I'm interested in knowing what is the best way to do this so that it works fine in all resolutions out of the three options above.