object-view-box-empty-bounds.html (475B)
1 <!DOCTYPE html> 2 <html> 3 <title>CSS object-view-box with empty bounds</title> 4 <link rel="author" href="mailto:khushalsagar@chromium.org"> 5 <link rel="match" href="object-view-box-empty-bounds-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: inset(50px 0px 50px 0px); 11 object-fit: fill; 12 background-color: black; 13 } 14 </style> 15 <img class="default" src="support/exif-orientation-6-ru.jpg"></img>