7 lines
384 B
HTML
7 lines
384 B
HTML
<!DOCTYPE html>
|
|
<title>CSS aspect-ratio: embed with ratio 5:1</title>
|
|
<link rel="author" title="Mozilla" href="https://www.mozilla.org/">
|
|
<link rel="help" href="https://drafts.csswg.org/css-sizing-4/#aspect-ratio">
|
|
<link rel="match" href="reference/ref-filled-green-100x20-rect.html" />
|
|
|
|
<embed type="image/png" src="support/20x50-green.png" style="width: 100px; aspect-ratio: 5/1;">
|