AllskyTeam / allsky-website

Web interface displaying an image from an allsky camera.
54 stars 42 forks source link

virtualsky #5

Closed Kilis71 closed 3 years ago

Kilis71 commented 5 years ago

I would like to enlarge the projection of the virtual map, because it does not cover the whole image, as I have to do

thomasjacquin commented 5 years ago

Try changing width and height in virtualsky.json You may also need to remove these lines in controller.js data.width = window.innerWidth < 900 ? window.innerWidth : 900; data.height = data.width;