MinimalBible.github.io/_posts/2013-05-22-sample-post-imag...

2.9 KiB

layout title description tags comments share
post A Post with Images Examples and code for displaying images in posts.
sample post
images
test
true true

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.

Figures (for images or video)

One Up

Morning Fog Emerging From Trees by A Guy Taking Pictures, on Flickr.

Two Up

Apply the half class like so to display two images side by side that share the same caption.

{% highlight html %}

Caption describing these two images.
{% endhighlight %}

And you'll get something that looks like this:

Two images.

Three Up

Apply the third class like so to display three images side by side that share the same caption.

{% highlight html %}

Caption describing these three images.
{% endhighlight %}

And you'll get something that looks like this:

Three images.