Sleazy Fork is available in English.
Display the webcam video over the whole page (without fullscreen), in the correct ratio, with its controls.
< Rückmeldungen auf 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;
Anmelden um eine Antwort zu senden.
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;