fix createCapture preview clipping#1289
Conversation
|
Hi @ksen0 . This was because added it now and example 3 looks correct. for the other examples:
let me know if this looks good |
|
@aashu2006 While I was testing your branch against the A local version of the A local version of the I'm wondering why the preview window appears next the the code snippet for |
|
@doradocodes yeah I checked this. The preview is rendering in both cases, but the layout is different:
I didn’t touch anything related to layout or preview positioning, the change only affects the height for createCapture. Let me know if you want me to look into that separately. |


Resolves #1204
Adds
Captureto the DOM check socreateCapture()examples get extra preview height. Fixes the issue where the video was getting cut off below the canvas. Follows the same logic used for other DOM functions.