Réponse

img {
width: 100%;
height: auto;
}

Explication

If the width property is set to a percentage and the height is set to "auto", the image will be responsive and scale up and down

Question

RWD Image with Width Property

Thématique