Skip to content

Commit

Permalink
Update example HTML to include links to larger images to display via …
Browse files Browse the repository at this point in the history
…Magnific Popup script

Fixes mmistakes#21
  • Loading branch information
mmistakes committed Feb 25, 2014
1 parent 56de806 commit a94ad3e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions _posts/2013-05-22-sample-post-images.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 %}

Expand Down

0 comments on commit a94ad3e

Please sign in to comment.