Documentation

Making Images Fit

By default, this theme will automatically scale images to fit within any area. However, on larger areas, this can cause them to be much larger than you might like. In this case, just make sure the image width is not wider than 320 pixels. Or, you could use the following CSS:

img.class { max-width: 100%; height: auto !important; }