Advertisement
Guest User

Untitled

a guest
Sep 22nd, 2017
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. <html>
  2. <head>
  3.  
  4.  
  5. <script language="JavaScript">
  6. winW = window.innerWidth;
  7. winH = window.innerHeight;
  8.  
  9. document.html.style.backgroundImage = "url(path/to/image)"
  10. </script>
  11.  
  12. <title>MG</title>
  13.  
  14.  
  15. <style type="text/css">
  16. html {
  17. -webkit-background-size: cover;
  18. -moz-background-size: cover;
  19. -o-background-size: cover;
  20. background-size: contain;
  21. }
  22. </style>
  23. </head>
  24. <body>
  25. </body>
  26. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement