HTML - Page Component - Gallery


/ Published in: HTML
Save to your folder(s)

HTML - Page Component - Gallery


Copy this code and paste it in your HTML
  1. <!-- GALLERY -->
  2. <div class="page_component gallery">
  3. <div class="item">
  4. <a class="fancyimage" rel="group" href="http://placehold.it/300x300.gif">
  5. <img src="http://placehold.it/220x150">
  6. </a>
  7. </div>
  8. <div class="item">
  9. <a class="fancyimage" rel="group" href="http://placehold.it/300x300.gif">
  10. <img src="http://placehold.it/220x150">
  11. </a>
  12. </div>
  13. <div class="item">
  14. <a class="fancyimage" rel="group" href="http://placehold.it/300x300.gif">
  15. <img src="http://placehold.it/220x150">
  16. </a>
  17. </div>
  18. <div class="item">
  19. <a class="fancyimage" rel="group" href="http://placehold.it/300x300.gif">
  20. <img src="http://placehold.it/220x150">
  21. </a>
  22. </div>
  23. <div class="item">
  24. <a class="fancyimage" rel="group" href="http://placehold.it/300x300.gif">
  25. <img src="http://placehold.it/220x150">
  26. </a>
  27. </div>
  28. <div class="item">
  29. <a class="fancyimage" rel="group" href="http://placehold.it/300x300.gif">
  30. <img src="http://placehold.it/220x150">
  31. </a>
  32. </div>
  33. </div>
  34. <!--// GALLERY -->

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.