I have a really high resolution images (e.g. this one) that needs to be viewed.
I would like to either fit it into the browser screen or have user scroll around the picture (without changing the image).
What are some good ways to do such things? I'm guessing that there is a way to do this with CSS (using width/height) or Javascript. I'm just wondering what are some other solutions or best solutions using CSS/Javascript.
Another good way of doing this can be have some type of control that allows users to zoom in/out and move around the high res picture. Should I just use GoogleMaps API for this?