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; } 

visual of issue the visualization showing background-size:cover; issue on android browsers


Comments

Popular posts from this blog

yii2 - Yii 2 Running a Cron in the basic template -

asp.net - 'System.Web.HttpContext' does not contain a definition for 'GetOwinContext' Mystery -

mercurial graft feature, can it copy? -