mirror of
https://github.com/medialab-prado/poblados-colonizacion-colonias-penitenciarias.git
synced 2025-06-08 22:41:27 +02:00
parcelas
This commit is contained in:
parent
a260bcab63
commit
87c9d001e4
2 changed files with 2 additions and 2 deletions
|
@ -25,7 +25,7 @@ function preload() {
|
|||
function setup() {
|
||||
pg = createGraphics(800, 519);
|
||||
var as = 519. / 800.;
|
||||
var w = document.querySelectorAll(".video-container").offsetWidth;
|
||||
var w = windowWidth;
|
||||
var h = windowWidth*as;
|
||||
|
||||
createCanvas(w,h);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue