Going to full screen with decreseased of zoom window size

Description
After decreasing the window size targeting the #zoom-mtg id (w=1000px,h=600px) when clicking on full screen button. Full screen would just extend the parent div and not the zoom window. How could I implement this? (Onclick Fullscreen Button → individuell styling falls away)

Error
No Error Message

Which Client Web SDK version?
1.9.0

To Reproduce(If applicable)
Steps to reproduce the behavior:

  1. Set size of 1000px width and 600 px height
  2. Click on Full Screen

Screenshots
If applicable, add screenshots to help explain your problem.

Device (please complete the following information):

Hey @schmitti,

Thank you for reaching out to the Zoom Developer Forum. This is happening because, as you mentioned, the Zoom window only takes up a portion of the browser window but when you use the full screen button, the entire browser window is fullscreened instead of just the Zoom Meeting.

I think the best option from here is to add a JS function that listens for the fullscreenchange event. When you see the window is becoming fullscreen, you can remove CSS classes from the DOM that limit the size of the Zoom Meeting.

I hope that helps! Let me know if you have any questions.

Thanks,
Max

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.