~xdavidwu/xdavidwu.link

a94ad3e18dc3f0990e2d8b1e79c4142bbb2c7c83 — Michael Rose 10 years ago 56de806
Update example HTML to include links to larger images to display via Magnific Popup script
Fixes #21
1 files changed, 3 insertions(+), 3 deletions(-)

M _posts/2013-05-22-sample-post-images.md
M _posts/2013-05-22-sample-post-images.md => _posts/2013-05-22-sample-post-images.md +3 -3
@@ 22,9 22,9 @@ Apply the `half` class like so to display two images side by side that share the

{% highlight html %}
<figure class="half">
	<img src="/images/image-filename-1.jpg">
	<img src="/images/image-filename-2.jpg">
	<figcaption>Caption describing these two images.</figcaption>
    <a href="{{ site.url }}/images/image-filename-1-large.jpg"><img src="{{ site.url }}/images/image-filename-1.jpg"></a>
    <a href="{{ site.url }}/images/image-filename-2-large.jpg"><img src="{{ site.url }}/images/image-filename-2.jpg"></a>
    <figcaption>Caption describing these two images.</figcaption>
</figure>
{% endhighlight %}