Forums

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

Home Forums Other Safari Mobile rotating pictures taken with phone's camera while in portrait mode Reply To: Safari Mobile rotating pictures taken with phone's camera while in portrait mode

#149384
rr
Participant

Turns out background-size: cover isn’t very stable over mobile devices (specially iOS). I didn’t wanted that but solved the issue by using JavaScript. There’s this plugin called Backstretch that I’ve ported to work with Zepto(which I’m using as a replacement for jQuery). Here’s a fully working example.