Advertisement
Guest User

Untitled

a guest
Jun 26th, 2019
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. <script>
  2. $('.lightbox img').each(function(){
  3. $(this).wrap(function() {
  4. return '<a href="' + $(this).attr('src') + '" />';
  5. })
  6. });
  7. </script>
  8.  
  9. <script>
  10. $(".lightbox a").attr("data-toggle", "lightbox");
  11. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement