Post with Figure
Aug 05, 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
1
2
3
4
<figure>
<img src="/images/image-filename-1.jpg">
<figcaption>Caption describing these two images.</figcaption>
</figure>