Beachtet die CSS-Anweisung, die dafür sorgt, dass der Canvas „responsive“ wird!
.p5Canvas {
width: 100% !important;
height: auto !important;
}
Ein Template für das Erstellen einer Website incl. p5.js
Beachtet die CSS-Anweisung, die dafür sorgt, dass der Canvas „responsive“ wird!
.p5Canvas {
width: 100% !important;
height: auto !important;
}