tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

image-set-003.html (444B)


      1 <!doctype html>
      2 <title>Density corrected image: image-set() without &lt;resolution></title>
      3 <link rel="match" href="image-set-001-ref.html">
      4 <style>
      5  body { margin: 0 }
      6  div {
      7    width: 100vw;
      8    height: 100vh;
      9    background-image: -webkit-image-set(url(resources/exif-resolution-valid-hires.jpg));
     10    background-image: image-set(url(resources/exif-resolution-valid-hires.jpg));
     11    background-repeat: no-repeat;
     12  }
     13 </style>
     14 <div></div>