fix(docs): prevent browser to download the entire video in first page load + fix empty controls attribute (#28319)

This commit is contained in:
Đỗ Trọng Hải
2024-05-03 00:15:39 +07:00
committed by GitHub
parent d36bccdc8c
commit 593c653ab5

View File

@@ -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