Created
April 12, 2012 04:33
-
-
Save loudnarrative/2364595 to your computer and use it in GitHub Desktop.
HTML for jquery.lnplayer
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
<!-- setup thumbs and links to full size images in a ul with these class names --> | |
<div class="lnplayer-container"> | |
<ul class="lnplayer-thumbs" id="demo"> | |
<li> | |
<a href="/full/size/image.jpg" title=""> | |
<img width="150" height="150" src="/thumbnail/image.jpg" class="attachment-thumbnail" title="caption" /> | |
</a> | |
</li> | |
<li> | |
<a href="/full/size/image.jpg" title=""> | |
<img width="150" height="150" src="/thumbnail/image.jpg" class="attachment-thumbnail" title="caption" /> | |
</a> | |
</li> | |
<li> | |
<a href="/full/size/image.jpg" title=""> | |
<img width="150" height="150" src="/thumbnail/image.jpg" class="attachment-thumbnail" title="caption" /> | |
</a> | |
</li> | |
</ul> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment