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