@vcl/vcl
Version:
The whole VCL in one package
12 lines (11 loc) • 323 B
HTML
<div>
Available width is narrower than image
<div style="width: 200px;">
<img class="responsive-image" src="https://picsum.photos/300/300">
</div>
<br><br>
Available width is wider than image
<div style="width: 400px;">
<img class="responsive-image" src="https://picsum.photos/300/300">
</div>
</div>