Zoom WebSDK - I need resize window on web sdk

Description

I’m trying to embed the zoom sdk on my web page and I came across the window size problem, where its size is fixed and ends up overlapping all my other screen components. I would like help to get a solution

Error
Resize window of web sdk

Which version?
1.7.8

Hey @cleiton, are you referring to the hard coded min-width of 1100? I just added this to my css to allow for a smaller screen size:

html, body {
min-width: 600px !important;
}

Hope that helps!
~Jeff

Hey @cleiton,

Like @jbonifaci said, you can adjust the sizing via JS or CSS.

Thanks,
Tommy