EduardET

Untitled

Mar 7th, 2018
138
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.58 KB | None | 0 0
  1. @media (max-width: 500px) {
  2.     html {
  3.         background-image: url("http://www.weaverpotatoes.co.uk/wp-content/uploads/2018/02/Weaver-Harvester.jpg");
  4.         background-position: top center;
  5.         background-repeat: no-repeat;
  6.         background-attachment: fixed;
  7.         background-size: cover;
  8.         height: 100%;
  9.         overflow: hidden;
  10.     }
  11.     body.custom-background.safari.home.iphone {
  12.         background-image: none;
  13.         background-color: transparent;
  14.         height:100%;
  15.         overflow: scroll;
  16.         -webkit-overflow-scrolling: touch;
  17.     }
  18. }
Advertisement
Add Comment
Please, Sign In to add comment