Tachyons

Docs

/

Layout

/

Display

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.

Examples

Image

src/_images.css

/*

   IMAGES

*/


img { max-width: 100%; }