Background-Size: Cover Not Working in Portrait on Android Tablet

Android chrome : Background with background-size: cover;

I ran into the same problem not too long ago. I fixed it by using thr inline style in html. Apart from that I also found a thread where people post their approach to solve this I think you should check it out too!

background-size: cover not working in portrait on Android tablet

Application background picture is showing on tablet but not on phone

Maybe the file size of the image is too large?
Check the logcat output, if that is the problem there should be an error.
You can also try a smaller image

My background image doesnt display right on my android phone

Just add height: 100vh to you body

background-size: cover does not cover mobile screen

After hours of trying different things, adding min-height: 100%; to the bottom of html under the { background:... } worked for me.

background image won't show on tablet and mobile phone

mobileand tablet browsersdo not support background-attachment: fixed.

changing this, solved the problem



Related Topics



Leave a reply



Submit