Source code

Revision control

Copy as Markdown

Other Tools

<!doctype HTML>
<head>
<style>
* { margin: 0 }
</style>
<script>
const meta = document.createElement('meta');
meta.name = "responsive-embedded-sizing";
document.head.appendChild(meta);
</script>
</head>
<div style="width: 100px; height: 400px"></div>