Home › Forums › CSS › [Solved] Placement of background image › Reply To: [Solved] Placement of background image
May 18, 2014 at 2:31 pm
#170550
Participant
Great. It almost work super. It looks great on Iphone 4 but not so good on other phones like Iphone 5 and Samsung Galaxy models…
The code I’m using now is:
body.myatu_bgm_body {
background-color: #FFFFFF !important;
background-position: 81% center !important;
background-repeat: no-repeat !important;
background-size: auto 85%;
}
@media (max-width:850px) {
body.myatu_bgm_body {
background-position: 0 0;
background-size: contain;
}