<div class="home-banner"></div>
I have an issue in background-position only in iPhone devices. But it's working well on other devices and browsers and responsive simulators. But it's not working in real iPhone devices.
This is the CSS I used:-
@media (min-width:315px) and (max-width:600px){ .home-banner { background-image: url(http://www.asdaniadventures.com/cmsasdani/image/data/banner/Banner.jpg); height: 100vh; background-size: cover ; background-position: 65% 0 ; background-repeat: no-repeat; } }