Created
November 11, 2015 10:00
-
-
Save Yago/cfeb42c2b6c9c350f659 to your computer and use it in GitHub Desktop.
PhotoSwipe - structure
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div id="gallery" class="gallery" itemscope itemtype="http://schema.org/ImageGallery"> | |
<figure itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject"> | |
<a href="https://unsplash.it/1200/900/?image=695" data-caption="Sunset in the wheat field<br><em class='text-muted'>© Jordan McQueen</em>" data-width="1200" data-height="900" itemprop="contentUrl"> | |
<img src="https://unsplash.it/400/300/?image=695" itemprop="thumbnail" alt="Image description"> | |
</a> | |
</figure> | |
<figure itemprop="associatedMedia" itemscope itemtype="http://schema.org/ImageObject"> | |
<a href="https://unsplash.it/1200/900/?image=675" data-caption="Mysterious ocean<br><em class='text-muted'>© Barn Images</em>" data-width="1200" data-height="900" itemprop="contentUrl"> | |
<img src="https://unsplash.it/400/300/?image=675" itemprop="thumbnail" alt="Image description"> | |
</a> | |
</figure> | |
... | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment