tor-browser

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

object-view-box-same-size-ref.html (387B)


      1 <!DOCTYPE html>
      2 <html>
      3 <title>CSS object-view-box with same size as 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  background-color: black;
     11 }
     12 </style>
     13 <img class="default" src="support/exif-orientation-6-ru.jpg"></img>