Images

Scale an image in line with the responsive grid

.scale-with-grid {
  max-width: 100%;
  height: auto;
}
<img src="foo.jpg" title="Scaling image of Foo" class="scale-with-grid">