PublicDataLab / image-explorer

A set of browser-based tools for the visual exploration of image collections.
0 stars 2 forks source link

changed canvas positioning #12

Open mikima opened 4 years ago

mikima commented 4 years ago

solve and close #9

The p5 canvas is an HTML object like as buttons and input form. We can therefore position it where we want in the page.

Therefore the canvas size now is equal to the stacksize. when we create it, we incapsulate it ina a variable (line 36) and then we position it in the page (line 37)