Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

<!DOCTYPE html>
<html>
<title>CSS object-view-box on an element with rect() percent values</title>
<link rel="author" href="mailto:khushalsagar@chromium.org">
<link rel="match" href="object-view-box-rect-percentage-ref.html">
<style>
.default {
object-view-box: rect(50% 100% 100% 50%);
object-fit: fill;
}
</style>
<img class="default" src="support/exif-orientation-6-ru.jpg"></img>