Guest User

Untitled

a guest
Jan 23rd, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. <ul class="piecesList clearfix">
  2. <x:foreach collection="${project.items}" var="item">
  3.  
  4. <li style="background-image: url(${item.media.getRendition(147,100,"c")})" class="thumb"><img src="${item.media.getRendition(626,100,"c")}" class="piece" /></li>
  5.  
  6. </x:foreach>
  7. </ul>
Add Comment
Please, Sign In to add comment