Skip to content

Instantly share code, notes, and snippets.

@loudnarrative
Created April 12, 2012 04:33
Show Gist options
  • Save loudnarrative/2364595 to your computer and use it in GitHub Desktop.
Save loudnarrative/2364595 to your computer and use it in GitHub Desktop.
HTML for jquery.lnplayer
<!-- 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