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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

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