Tagged Questions

6
votes
1answer
635 views

Deep Zoom Collection in Javascript Canvas

I need to create a deep zoom mosaic in an HTML5 Canvas Element with thousands of roughly 512x512 images, but I want to reinvent the wheel as little as possible. So rather than combining tons and tons ...
1
vote
0answers
35 views

How to combine these two js actions

I hope this is a fairly simple problem. The first line switches to a new deep zoom image. The second line zooms into the image. Is it possible to both switch and zoom in one click? 1. <a ...