blob: 54e90777fa8025c2d1de343b78ee18b5595f507d (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
<!DOCTYPE html>
<html>
<title>CSS object-view-box on an element with rect() auto : ref</title>
<link rel="author" href="mailto:khushalsagar@chromium.org">
<style>
.default {
object-fit: fill;
}
</style>
<img class="default" src="support/exif-orientation-6-ru.jpg"></img>
|