Home › Forums › CSS › [Solved] Placement of background image › Reply To: [Solved] Placement of background image
May 19, 2014 at 12:40 am
#170576
Participant
@karimphoto
Last closing curly brace }
of media-query is missing (CSS
declarations are nested within those {}
); should be:
@media (max-width:850px) {
body.myatu_bgm_body {
background-position: 0 0;
background-size: contain;
}
}
Browsers can trip over something like this: could explain inconsistencies …