<section>
<figure>
<video autoplay loop muted inline controls src="https://assets.codepen.io/3/fire-ring.mp4">
</video>
<figcaption>MP4 as <video></figcaption>
</figure>
<figure><img src="https://assets.codepen.io/3/fire-ring.mp4" alt="" />
<figcaption>MP4 as <img></figcaption>
</figure>
</section>
section {
display: flex;
gap: 1rem;
}
img,
video {
display: block;
aspect-ratio: 1;
width: 100%;
flex: 1;
border: 1px solid gray;
}
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.