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 Overview
|
||||||
|
|
||||||
<video src="https://superset.staged.apache.org/superset-video-4k.mp4" width="100%" height="auto" controls="">
|
<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
|
https://superset.staged.apache.org/superset-video-4k.mp4
|
||||||
</video>
|
</video>
|
||||||
|
|
||||||
#### Features
|
#### Features
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue