HTML5 Video // Completely Hide Controls

后端 未结 7 1092
我在风中等你
我在风中等你 2020-11-27 02:58

How Could I completely hide HTML5 video controls?

7条回答
  •  温柔的废话
    2020-11-27 03:01

    Like this:

    
    

    controls is a boolean attribute:

    Note: The values "true" and "false" are not allowed on boolean attributes. To represent a false value, the attribute has to be omitted altogether.

提交回复
热议问题