Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What javascript framework is google images using for pinch zoom?

Google has now implemented a very unique pinch zoom for their images. The viewport meta tag does not allow user scaling or zooming, and as you would expect the resulting content is not pinch-zoomable on a mobile touch device. The image, however, is pinch zoomable. The image is the only part of the page that zooms, and the viewport scaling never changes. Does anyone know what javascript framework they are using to accomplish this? Is it publicly available?

like image 597
wayofthefuture Avatar asked Sep 09 '15 00:09

wayofthefuture


1 Answers

I don't think their version is opensource, however this library is pretty nice:

https://openseadragon.github.io/

like image 80
Mo Binni Avatar answered Oct 15 '22 21:10

Mo Binni