Skip to content

Instantly share code, notes, and snippets.

@maasdesigner
Last active December 22, 2015 09:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save maasdesigner/6453675 to your computer and use it in GitHub Desktop.
Save maasdesigner/6453675 to your computer and use it in GitHub Desktop.
<li>
<%= link_to image_tag(image.thumbnail("200x200#c").url, { id: 'image-01' }) %>
<div class="lb-overlay" id="image<%= image.thumbnail("200x200#c").url %>">
<%= image_tag image.thumbnail("900x600").url %>
<span class='caption'><%=raw @page.caption_for_image_index(index) %></span>
</div>
</li>
<ul class="lb-album">
<li>
<a href="#image-31">
<img src="10smal.jpg" alt="image031">
<span>Dr. Bekir ÇELEBİ</span> </a>
<div class="lb-overlay" id="image-31">
<a href="#page" class="lb-close"></a>
<img src"big10.jpg" alt="image031"/>
<div><h3> <span></span></h3></div></div></li>
</ul>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment