feat: Ignore autoplay attribute on video/audio elements (#1152)
* feat: Ignore `autoplay` attribute on video/auto elements This element leads to weird issues when replaying, so it's better to strip this out. * add changeset * fix check fix typo * Apply formatting changes --------- Co-authored-by: mydea <mydea@users.noreply.github.com>
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
<title>video</title>
|
||||
</head>
|
||||
<body>
|
||||
<video controls>
|
||||
<video controls autoplay>
|
||||
<source src=http://techslides.com/demos/sample-videos/small.webm
|
||||
type=video/webm> <source
|
||||
src=http://techslides.com/demos/sample-videos/small.ogv type=video/ogg>
|
||||
|
||||
Reference in New Issue
Block a user