Advertisement
Guest User

Untitled

a guest
Aug 20th, 2019
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. <f:widget.paginate objects="{files}" as="paginatedFiles" configuration="{itemsPerPage: 2, insertAbove: 1, insertBelow: 0, maximumNumberOfLinks: 10}">
  2. <ul class="gallery">
  3. <f:for each="{paginatedFiles}" as="file" iteration="fileIterator">
  4. <li>
  5. <a href="{file.publicUrl}" data-rel="lightcase:{data.uid}" title="{file.properties.alternative}" data-lc-caption="{file.properties.caption}">
  6. <f:image image="{file}" width="250c" height="250c"/>
  7. </a>
  8. </li>
  9. </f:for>
  10. </ul>
  11. </f:widget.paginate>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement