1. <html>
  2. <head>
  3. <title>Test</title>
  4. <style type="text/css">
  5. * {
  6. margin:0;
  7. padding:0;
  8. overflow:hidden;
  9. }
  10. body { height: 100%;
  11. background: #ffffff;
  12. }
  13. .banners {
  14. background: url("http://runserver.net/temp/00402.jpg") center center no-repeat;
  15. width:100%;
  16. height:100%;
  17. overflow:hidden;
  18. background-size: contain;
  19. }
  20. </style>
  21. </head>
  22. <body>
  23. <div style="width:100%;height:100%" id="placeholder" class="banners"></div>
  24. </body>
  25. </html>