fix(docs): prevent browser to download the entire video in first page load + fix empty `controls` attribute (#28319)
This commit is contained in:
parent
d36bccdc8c
commit
593c653ab5
|
|
@ -20,8 +20,8 @@ Here are a **few different ways you can get started with Superset**:
|
|||
|
||||
#### Video Overview
|
||||
|
||||
<video src="https://superset.staged.apache.org/superset-video-4k.mp4" width="100%" height="auto" controls="">
|
||||
https://superset.staged.apache.org/superset-video-4k.mp4
|
||||
<video src="https://superset.staged.apache.org/superset-video-4k.mp4" width="100%" height="auto" controls preload="none">
|
||||
https://superset.staged.apache.org/superset-video-4k.mp4
|
||||
</video>
|
||||
|
||||
#### Features
|
||||
|
|
|
|||
Loading…
Reference in New Issue