mirror of
https://github.com/adulau/brouilleursdeblanc.git
synced 2024-11-07 12:06:26 +00:00
2.4 KiB
2.4 KiB
layout | title | description | category | tags | |||
---|---|---|---|---|---|---|---|
post | A Post with Images | Examples and code for displaying images in posts. | articles |
|
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
Two Up
Apply the half
class like so to display two images side by side that share the same caption.
{% highlight html %}
{% endhighlight %}And you'll get something that looks like this:
Three Up
Apply the third
class like so to display three images side by side that share the same caption.
{% highlight html %}
{% endhighlight %}And you'll get something that looks like this: