Chaturbate Full Page Video

Display the webcam video over the whole page (without fullscreen), in the correct ratio, with its controls.

< Feedback on Chaturbate Full Page Video

Review: Good - script works

§
Posted: 2024-07-27

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;

Post reply

Sign in to post a reply.