Picture Element Example

Example using the picture element.

Preview

Code

<picture>
<source media="(min-width:600px)" srcset="https://via.placeholder.com/600x300">
<img src="https://via.placeholder.com/300x150" alt="Responsive Picture">
</picture>

More HTML Images Examples (11)