Update Magnific Popup to version 0.8.9

This commit is contained in:
Michael Rose
2013-06-04 11:19:59 -04:00
parent 34a15e5ea7
commit 94b9385c12
6 changed files with 174 additions and 98 deletions

@ -32,8 +32,8 @@ Apply the `half` class like so to display two images side by side that share the
And you'll get something that looks like this:
<figure class="half">
<img src="http://placehold.it/600x300.jpg">
<img src="http://placehold.it/600x300.jpg">
<a href="http://placehold.it/1200x600.jpg"><img src="http://placehold.it/600x300.jpg"></a>
<a href="http://placehold.it/1200x600.jpg"><img src="http://placehold.it/600x300.jpg"></a>
<figcaption>Two images.</figcaption>
</figure>