- <html>
- <head>
- <title>Test</title>
- <style type="text/css">
- * {
- margin:0;
- padding:0;
- overflow:hidden;
- }
- body { height: 100%;
- background: #ffffff;
- }
- .banners {
- background: url("http://runserver.net/temp/00402.jpg") center center no-repeat;
- width:100%;
- height:100%;
- overflow:hidden;
- background-size: contain;
- }
- </style>
- </head>
- <body>
- <div style="width:100%;height:100%" id="placeholder" class="banners"></div>
- </body>
- </html>