Source code
Revision control
Copy as Markdown
Other Tools
<!DOCTYPE html>
<html>
<style type="text/css">
img {
link-parameters: param(--size, 100px);
}
</style>
<div>
<img src="svg-size.svg"/>
</div>
</html>
<!DOCTYPE html>
<html>
<style type="text/css">
img {
link-parameters: param(--size, 100px);
}
</style>
<div>
<img src="svg-size.svg"/>
</div>
</html>