Advertisement
Guest User

jqzoom in fancybox

a guest
Jul 11th, 2011
11,626
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. $.fancybox({
  2.     scrolling: 'no',
  3.     content: '<a id="zoom" href="small-img.png">'
  4.             +'<img class="zoom-img" src="big-img.png"></img>'
  5.             +'</a>',
  6.     onComplete: function() {
  7.             $('#zoom').jqzoom({
  8.                 zoomType: 'innerzoom',
  9.                 title: false,
  10.                 lens: false,
  11.                 showEffect: 'fadein',
  12.                 hideEffect: 'fadeout'
  13.             })
  14.     }
  15. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement