The photo and video record buttons are sometimes visible, but they randomly disappear.
HTML
-
[2:12 PM]
CSS
#recorder { display: none; } -
[2:13 PM]
JS : // Close if (recorder) recorder.style.display = βnoneβ; // Open if (recorder) recorder.style.display = βblockβ;