cancel
Showing results for 
Search instead for 
Did you mean: 

Background of Whiteboard

Lochanan_Aravin
Listener

How do I make my zoom white board background, white in colour? I only see options of grid,dots and none which is actually gray backgroun.

1 REPLY 1

BakerHe
Attendee | Zoom Employee
Attendee | Zoom Employee

Zoom whiteboard does not support changing background color yet.

 

You are right, The background is gray (not pure white) if we set the option to none.

 

If you really want pure white background color on browser,  please try this trick.

Input script in console (Tip: you can change "white" to whatever color you like)

document.querySelector(".whiteboard-container .canvas-container-wrapper").style.backgroundColor = "white"

If you don't know how to do that, refer to https://developer.chrome.com/docs/devtools/console/javascript/

 

If someone really want zoom whiteboard to support this by default, please give a like to @Lochanan_Aravin 's post.

BakerHe_0-1682563378190.png