There are two image in my website, one is thumbnail and one is original photo, when I double click on the thumbnail , the original photo (it is larger than screen size) pop-out and shown. Currently I integrate an jquery.viewport plugin to let the user drag and view the photo.
The problem is, when I double click on the thumbnail , I would like to save the coordinate of the click , base on the coordinate to show the original photo.
That means, for example, If I double click on the left bottom of the thumbnail, when the original photo popout, it will shows at left bottom side as well, is it possible and are there any way to achieve this?
Thanks.