Display the webcam video over the whole page (without fullscreen), in the correct ratio, with its controls.
< 腳本Chaturbate Full Page Video的回應
I would suggest adding a line of code that prevents the video from being muted when it switches to the full-screen player.Below line 41. vidElement.controls = true;add this, vidElement.muted = false;
登入以回復
I would suggest adding a line of code that prevents the video from being muted when it switches to the full-screen player.
Below line 41. vidElement.controls = true;
add this, vidElement.muted = false;