Add .JPG and .jpeg extensions to Magnific Popup lightbox call. Fixes #33

This commit is contained in:
Michael Rose
2014-03-14 08:37:12 -04:00
parent 39e4cf57af
commit db2981d253
3 changed files with 4 additions and 4 deletions

View File

@ -33,8 +33,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">
<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>
<a href="http://placehold.it/1200x600.JPG"><img src="http://placehold.it/600x300.jpg"></a>
<a href="http://placehold.it/1200x600.jpeg"><img src="http://placehold.it/600x300.jpg"></a>
<figcaption>Two images.</figcaption>
</figure>