Advertisement
Guest User

Untitled

a guest
Oct 22nd, 2019
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.87 KB | None | 0 0
  1. <!-- Portfolio Grid -->
  2. <section class="bg-light page-section" id="<?php echo $pages->get(1024)->headline?>">
  3. <div class="container">
  4. <script>
  5. $(document).ready(function() {
  6. $('.popup-gallery').magnificPopup({
  7. delegate: 'a',
  8. type: 'image',
  9. tLoading: 'Loading image #%curr%...',
  10. mainClass: 'mfp-img-mobile',
  11. gallery: {
  12. enabled: true,
  13. navigateByImgClick: true,
  14. preload: [0,
  15. 1
  16. ] // Will preload 0 - before current, and 1 after the current image
  17. },
  18. image: {
  19. tError: '<a href="%url%">The image #%curr%</a> could not be loaded.',
  20. titleSrc: function(item) {
  21. return item.el.attr('title') + '<small>by Marsel Van Oosten</small>';
  22. }
  23. }
  24. });
  25. });
  26. </script>
  27. <div class="popup-gallery">
  28. <a href="http://farm9.staticflickr.com/8242/8558295633_f34a55c1c6_b.jpg" title="The Cleaner"><img
  29. src="http://farm9.staticflickr.com/8242/8558295633_f34a55c1c6_s.jpg" width="75" height="75"></a>
  30. <a href="http://farm9.staticflickr.com/8382/8558295631_0f56c1284f_b.jpg" title="Winter Dance"><img
  31. src="http://farm9.staticflickr.com/8382/8558295631_0f56c1284f_s.jpg" width="75" height="75"></a>
  32. <a href="http://farm9.staticflickr.com/8225/8558295635_b1c5ce2794_b.jpg"
  33. title="The Uninvited Guest"><img
  34. src="http://farm9.staticflickr.com/8225/8558295635_b1c5ce2794_s.jpg" width="75" height="75"></a>
  35. <a href="http://farm9.staticflickr.com/8383/8563475581_df05e9906d_b.jpg" title="Oh no, not again!"><img
  36. src="http://farm9.staticflickr.com/8383/8563475581_df05e9906d_s.jpg" width="75" height="75"></a>
  37. <a href="http://farm9.staticflickr.com/8235/8559402846_8b7f82e05d_b.jpg" title="Swan Lake"><img
  38. src="http://farm9.staticflickr.com/8235/8559402846_8b7f82e05d_s.jpg" width="75" height="75"></a>
  39. <a href="http://farm9.staticflickr.com/8235/8558295467_e89e95e05a_b.jpg" title="The Shake"><img
  40. src="http://farm9.staticflickr.com/8235/8558295467_e89e95e05a_s.jpg" width="75" height="75"></a>
  41. <a href="http://farm9.staticflickr.com/8378/8559402848_9fcd90d20b_b.jpg" title="Who's that, mommy?"><img
  42. src="http://farm9.staticflickr.com/8378/8559402848_9fcd90d20b_s.jpg" width="75" height="75"></a>
  43. </div>
  44. </div>
  45. </section>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement