Documentation

To Make an Image Auto-Fit Within Any Area

Some images you add to a page may be too large for smaller screens. Generally, if an image is larger than 320 pixels wide, it will need to have some extra work done to make it work on all screen sizes. The best way to avoid poorly scaled larger images is simply to do one of the following:

- Add the class "scale-with-grid" to an image tag, or:

- Style the image as such: style="width: 100%; height: auto !important;"