Hacker News new | ask | show | jobs
by Blahah 1815 days ago
the screen, or rather whatever container is rendered on the page, is just a viewport to an underlying canvas. The canvas can be zoomed and panned, and the focus of the panning and level of the zoom can be synced across machines. People with different size or shape viewports see slightly different cropping, but they are looking at a synchronised canvas through that viewport.
1 comments

Hmm Right that makes sense but you have to give some width/height to the container right?

I guess you can set it something absurdly large.