Responsive Web Design - Images
Usando la propiedad width
Si la propiedad width se establece con un % y la propiedad height se establece en auto, la imagen responderá y se ampliará hacia arriba y hacia abajo:
Ejemplo:
img {
width: 100%;
height: auto;
}
Ver ejemplo
Observe que ...
xantosromero.hashnode.dev4 min read