CSS Max-width Image

Max-width keeps images responsive inside containers.

Preview

Code

<style>
img{
max-width:100%;
height:auto;
}
</style>

<img src="https://picsum.photos/500/200">

More CSS Max-width Examples (6)