Currently, when a session opens in the Zoom app, an unsightly black box appears on the screen, creating the impression for users that there is an error on the page. This is going to appear for about 90% of our sessions. I figured out how to hide this black box using CSS. Unfortunately, the same DIV that houses the black box also houses the session recording and pre-recorded videos. I cannot hide the black box without hiding the other videos, too.
Ideally, I’d like to request this black box be removed from the site. If that can’t be accomplished quickly enough for my event, it would be acceptable if the black box is moved to its own unique DIV so that I can use CSS to hide it without also hiding the other videos.
Comments
1 comment