Set fitToView to false like this:
$('.gallery').fancybox({ fitToView: false, // add this padding: 0, scrolling: 'yes', openEffect : 'elastic', openSpeed : 150, prevEffect : 'fade', nextEffect : 'none', closeEffect : 'elastic', closeSpeed : 100, closeBtn : false, arrows : true, nextClick : true, helpers : { thumbs : { width : 50, height : 50 }, overlay : { opacity : 0.8 } } });
source share