CSS Max-width Image
Preview
Code
<style>
img{
max-width:100%;
height:auto;
}
</style>
<img src="https://picsum.photos/500/200">
<style>
img{
max-width:100%;
height:auto;
}
</style>
<img src="https://picsum.photos/500/200">