Post with Figure

Aug 30, 2013

Examples and code for displaying images in posts.

This is a post that uses a figure. It stacks these images and places a nice little caption below if you fill out figcaption.

Single Image Figure

Morning Fog Emerging From Trees by A Guy Taking Pictures, on Flickr
<figure>
    <img src="/images/image-filename-1.jpg">
    <figcaption>Caption describing these two images.</figcaption>
</figure>