html - Background image not show fully on mobile's -


body background image not showing on mobile height wise. show on half of body. image size (1600*1050)

here css code

body {     background:url('img/dot.png') repeat, url('img/bg2.jpg') center fixed no-repeat;     background-size:auto, cover;     min-width:100%;     height:100%;     margin: 0; } 

kindly advice me solution.

set background height , width 100%

background-size: 100% 100%;


Comments

Popular posts from this blog

facebook - android ACTION_SEND to share with specific application only -

python - Creating a new virtualenv gives a permissions error -

javascript - cocos2d-js draw circle not instantly -