tor-browser

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

object-view-box-contain-intrinsic-size-ref.html (494B)


      1 <!DOCTYPE html>
      2 <html>
      3 <title>CSS object-view-box on an element with contain-intrinsic-size : ref</title>
      4 <link rel="author" href="mailto:khushalsagar@chromium.org">
      5 <link rel="help" href="https://drafts.csswg.org/css-images-4/#the-object-view-box">
      6 
      7 <style>
      8 .default {
      9  object-fit: fill;
     10  width: 100px;
     11  height: 200px;
     12  position: relative;
     13  top: -100px;
     14  left: -50px;
     15  clip-path: inset(101px 0px 0px 51px);
     16 }
     17 </style>
     18 <img class="default" src="support/exif-orientation-6-ru.jpg"></img>