Forums

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

Home Forums CSS [Solved] Full Page Backgrounds on iOS (background-size: cover) Re: Full Page Backgrounds on iOS (background-size: cover)

#114505
TheDoc
Member

Well, right now I’m essentially doing that except with an image.

I updated my 2nd comment as I’m now using *CSS-Only Technique #2* for iOS. The problem is that mobile Safari really doesn’t handle fixed elements very well. The issue comes into play when users zoom in/out of the page the `#bg` tries to resize itself.

I think it might just have to be something that I accept, I just don’t understand how nobody has a 100% working solution for it.