Files
eepp/bin/unit_tests/assets/html/image_width.html
Martín Lucas Golini 288950bf34 Image sizing fixes.
Added support for `:where` and `:is`.
2026-06-05 00:18:26 -03:00

29 lines
484 B
HTML

<!DOCTYPE html>
<style>
body{
margin: 10px 0px 20px 0px;
padding: 0px;
}
article{
width: 100%;
min-width: 50px;
max-width: 474px;
text-align: justify;
text-justify: inter-word;
margin-left: auto;
margin-right: auto;
}
img{
max-width: 100%;
display: inline-block;
}
</style>
</head>
<body>
<main>
<article>
<a href="eepp-ui-border-rendering.webp"><img src="eepp-ui-border-rendering.webp" alt="representative_image" style="width: 99%;"></a>
</article>
</main>
</body></html>