Examples
Image
/*
IMAGES
*/
img { max-width: 100%; }
Images are set to have a max-width of 100% by default. Image width should be set by its container or by applying a max-width class to the image.
/*
IMAGES
*/
img { max-width: 100%; }