background-image-zoom-1-ref.html (532B)
1 <!DOCTYPE HTML> 2 <!-- 3 Any copyright is dedicated to the Public Domain. 4 http://creativecommons.org/licenses/publicdomain/ 5 --> 6 <html> 7 <head> 8 <meta name="viewport" content="width=device-width, height=device-height, initial-scale=1, user-scalable=no" /> 9 <title>reference background-image-rendering: -moz-crisp-edges</title> 10 <style> 11 html 12 { 13 background-image: url('big.png'); 14 background-attachment:fixed; 15 background-position: 20px 20px; 16 background-repeat: no-repeat; 17 overflow: hidden; 18 } 19 </style> 20 </head> 21 <body> 22 </body> 23 </html>