Created
May 30, 2013 09:08
-
-
Save maxsteenbergen/5676660 to your computer and use it in GitHub Desktop.
View.js gallery
This file contains 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 class="portfolioItem"> | |
<!-- MAIN IMAGE --> | |
<a href="" class="view" rel="polaroids"><img src="img/polaroids.png"></a> | |
<!-- OTHER HIDDEN IMAGES --> | |
<a title="Polaroid, sketched image" href="img/polaroids_detail3.jpg" class="view" rel="polaroids"></a> | |
<a title="Polaroid, sketched image" href="img/polaroids_detail4.jpg" class="view" rel="polaroids"></a> | |
<a title="Polaroid, blueprinted image" href="img/polaroids_detail5.jpg" class="view" rel="polaroids"></a> | |
<a title="Polaroid, blueprinted image" href="img/polaroids_detail6.jpg" class="view" rel="polaroids"></a> | |
<a title="Polaroid, final image" href="img/polaroids_detail1.jpg" class="view" rel="polaroids"></a> | |
<a title="Polaroid, final image" href="img/polaroids_detail2.jpg" class="view" rel="polaroids"></a> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment