tor-browser

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

object-view-box-xywh.html (449B)


      1 <!DOCTYPE html>
      2 <html>
      3 <title>CSS object-view-box on an element with xywh()</title>
      4 <link rel="author" href="mailto:khushalsagar@chromium.org">
      5 <link rel="match" href="object-view-box-xywh-ref.html">
      6 <link rel="help" href="https://drafts.csswg.org/css-images-4/#the-object-view-box">
      7 
      8 <style>
      9 .default {
     10  object-view-box: xywh(25px 50px 25px 50px);
     11  object-fit: fill;
     12 }
     13 </style>
     14 <img class="default" src="support/exif-orientation-6-ru.jpg"></img>