Skip to content

Instantly share code, notes, and snippets.

@maxsteenbergen
Created May 30, 2013 09:08
Show Gist options
  • Save maxsteenbergen/5676660 to your computer and use it in GitHub Desktop.
Save maxsteenbergen/5676660 to your computer and use it in GitHub Desktop.
View.js gallery
<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