tor-browser

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

image-set-001.html (518B)


      1 <!doctype html>
      2 <link rel="author" title="Emilio Cobos Álvarez" href="mailto:emilio@crisal.io">
      3 <link rel="author" title="Mozilla" href="https://mozilla.org">
      4 <link rel="match" href="image-set-001-ref.html">
      5 <style>
      6  body { margin: 0 }
      7  div {
      8    width: 100vw;
      9    height: 100vh;
     10    background-image: -webkit-image-set(url(resources/exif-resolution-valid-hires.jpg) 1x);
     11    background-image: image-set(url(resources/exif-resolution-valid-hires.jpg) 1x);
     12    background-repeat: no-repeat;
     13  }
     14 </style>
     15 <div></div>