Advertisement
Guest User

Untitled

a guest
Jan 26th, 2020
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. <div class="col-lg-3" style="background: url(images/balon.jpeg);background-size: cover;">
  2. <a href="images/balon.jpeg" class="fancybox" rel="lightbox" style="height: 100%;width: 100%;"></a>
  3. </div>
  4.  
  5.  
  6. $(document).ready(function(){
  7. $(".fancybox").fancybox({
  8. openEffect: "none",
  9. closeEffect: "none"
  10. });
  11. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement