Here is what MJ says to do, but I am not sure how to make this work in WP. I did get a pdf to work, so I guess I will convert all files to pdf and post them this way. I would still like help with this Sivel if you would please.
‘Instead of using the image player, you could try using the iframe player. An iframe will automatically use scroll bars if the image is too large for it. So try using a function like this:
function openInIframe(img) {
Shadowbox.open(img, { player: ‘iframe’ });
return false;
}
And then in your markup, you could call the function when your link is clicked, like this:
My Image‘