object-view-box-size-containment-ref.html (471B)
1 <!DOCTYPE html> 2 <html> 3 <title>CSS object-view-box on an element with size containment : 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: 50px; 11 height: 200px; 12 position: relative; 13 top: -100px; 14 clip-path: inset(101px 0px 0px 0px); 15 } 16 </style> 17 <img class="default" src="support/exif-orientation-6-ru.jpg"></img>