0

Does anyone know if it's possible to embed a p5.js sketch (iFrame) but without the title bar that is included when you copy the iframe code from editor.p5js.org?

<iframe src="https://editor.p5js.org/marteteigen/full/mm36uPgqW"></iframe>

As shown here

Unfortunately I can't implement the js-file on the website here. I have to use iframe.

marteteigen
  • 7
  • 1
  • 6

2 Answers2

0

to customize it you should implement the js-file. Do you need help with the implementation?

0

Unfortunately there is no way to remove the title bar. However, you can try hiding it by putting the whole iframe into a div, as explained here.

yoyotg
  • 1
  • 2