Because images can take a few seconds to load (or not at all), use the .image container to specify a precisely sized container so that your layout isn't broken because of image loading or image errors.
---
layout: documentation
doc-tab: elements
doc-subtab: image
---
{% include subnav-elements.html %}
Because images can take a few seconds to load (or not at all), use the There are 7 dimensions to choose from, useful for avatars: Because the image is fixed in size, you can use an image that is twice as big. So for example, in a If you don't know the exact dimensions but know the ratio instead, you can use one of the 5 ratio modifers: The Images
A container for responsive images
.image container to specify a precisely sized container so that your layout isn't broken because of image loading or image errors.
Fixed square images
image is-16x1616x16px
image is-24x2424x24px
image is-32x3232x32px
image is-48x4848x48px
image is-64x6464x64px
image is-96x9696x96px
image is-128x128128x128px
Retina images
128x128 container, you can use a 256x256 image, but resized to 128x128 pixels.
Responsive images with ratios
image is-squareSquare (or 1by1)
image is-1by11 by 1
image is-4by34 by 3
image is-3by23 by 2
image is-16by916 by 9
image is-2by12 by 1
.image container will take up the whole width while maintaining the perfect ratio.