Skip to content

Instantly share code, notes, and snippets.

@YangShunGit
Created February 25, 2022 08:53
Show Gist options
  • Save YangShunGit/b6becac29fa30603f15853a8677422d2 to your computer and use it in GitHub Desktop.
Save YangShunGit/b6becac29fa30603f15853a8677422d2 to your computer and use it in GitHub Desktop.

需要添加muted静音属性

example.tsx

  <video controls autoPlay loop muted>
      your browser does not support the video tag
      <source src={mp4} type="video/mp4" />
   </video>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment