object-view-box-rect-auto.html (459B)
1 <!DOCTYPE html> 2 <html> 3 <title>CSS object-view-box on an element with rect() auto</title> 4 <link rel="author" href="mailto:khushalsagar@chromium.org"> 5 <link rel="match" href="object-view-box-rect-auto-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: rect(auto auto auto auto); 11 object-fit: fill; 12 } 13 </style> 14 <img class="default" src="support/exif-orientation-6-ru.jpg"></img>