Skip to content

Instantly share code, notes, and snippets.

@Soldo
Created April 28, 2012 10:48
Show Gist options
  • Save Soldo/2517910 to your computer and use it in GitHub Desktop.
Save Soldo/2517910 to your computer and use it in GitHub Desktop.
lightbox gallery
<div id="gallery">
<a title="Sample Caption Text" href="/lightbox_gallery/gallery-photos/1.jpg">
<img src="/lightbox_gallery/gallery-photos/1.jpg" height="80" width="120" />
</a>
<a title="Sample Caption Text" href="/lightbox_gallery/gallery-photos/2.jpg">
<img src="/lightbox_gallery/gallery-photos/2.jpg" height="80" width="120" />
</a>
<a title="Sample Caption Text" href="/lightbox_gallery/gallery-photos/3.jpg">
<img src="/lightbox_gallery/gallery-photos/3.jpg" height="80" width="120" />
</a>
<a title="Sample Caption Text" href="/lightbox_gallery/gallery-photos/4.jpg">
<img src="/lightbox_gallery/gallery-photos/4.jpg" height="80" width="120" />
</a>
<a title="Sample Caption Text" href="/lightbox_gallery/gallery-photos/5.jpg">
<img src="/lightbox_gallery/gallery-photos/5.jpg" height="80" width="120" />
</a>
</div>
<p>Maecenas ut sollicitudin risus.Ut ac augue a tortor euismod iaculis. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Quisque arcu justo, porta in luctus ac, interdum id tellus. Ut vel tortor ut felis scelerisque ultricies. Maecenas ut sollicitudin risus.</p>
<div id="gallery">
<a title="Sample Caption Text" href="/lightbox_gallery/gallery-photos/6.jpg">
<img src="/lightbox_gallery/gallery-photos/6.jpg" height="80" width="120" />
</a>
<a title="Sample Caption Text" href="/lightbox_gallery/gallery-photos/7.jpg">
<img src="/lightbox_gallery/gallery-photos/7.jpg" height="80" width="120" />
</a>
<a title="Sample Caption Text" href="/lightbox_gallery/gallery-photos/8.jpg">
<img src="/lightbox_gallery/gallery-photos/8.jpg" height="80" width="120" />
</a>
<a title="Sample Caption Text" href="/lightbox_gallery/gallery-photos/9.jpg">
<img src="/lightbox_gallery/gallery-photos/9.jpg" height="80" width="120" />
</a>
<a title="Sample Caption Text" href="/lightbox_gallery/gallery-photos/10.jpg">
<img src="/lightbox_gallery/gallery-photos/10.jpg" height="80" width="120" />
</a>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment