Sleazy Fork is available in English.
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;