html - Android browser background-size: cover; issue -
i know there posted questions issue, i'm renewing topic because none of answers working me. problem background-size: cover
doesn't seem working in android native browser , chrome android browser, image in beginning displays fullscreen, across whole screen, when scroll, background remains , not moving along screen.
code used background-size: cover
html, body { height: 100%; min-height: 100%; } body.gallery{ background: url(../img/bg-gallery.jpg) no-repeat center center fixed; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; }
Comments
Post a Comment