lightbox.option({
‘resizeDuration’: 200,
‘wrapAround’: true,
‘fitImagesInViewport’: true,
‘maxWidth’: 1600, // controls maximum width of zoomed image
‘maxHeight’: window.innerHeight * 0.75, // 75% of screen height
‘alwaysShowNavOnTouchDevices’: true
});