Here are some examples of what a post with images might look like. If you want to display two or three images next to each other responsively use `figure` with the appropriate `class`. Each instance of `figure` is auto-numbered and displayed in the caption.
<figcaption><ahref="http://www.flickr.com/photos/80901381@N04/7758832526/"title="Morning Fog Emerging From Trees by A Guy Taking Pictures, on Flickr">Morning Fog Emerging From Trees by A Guy Taking Pictures, on Flickr</a>.</figcaption>
</figure>
### Two Up
Apply the `half` class like so to display two images side by side that share the same caption.
{% highlight html %}
<figureclass="half">
<imgsrc="/images/image-filename-1.jpg">
<imgsrc="/images/image-filename-2.jpg">
<figcaption>Caption describing these two images.</figcaption>