Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Fixed and scalable background issue Reply To: Fixed and scalable background issue

#169193
Raleigh
Participant

I know it does in fact work. The issue I have is that I don’t want the image to fill the whole browser windows height, since the viewable area is only 600px high. I want it to scale the image with the width of the browser, but not the height which is what it seems to be doing right now.. The sizing is great with just “background-size: cover;”, I only have an issue when I add in “fixed”. Does that make any more sense?

Thanks!!