How Could I completely hide HTML5 video controls?
Like this:
controls is a boolean attribute:
controls
Note: The values "true" and "false" are not allowed on boolean attributes. To represent a false value, the attribute has to be omitted altogether.