mirror of
https://github.com/apache/superset.git
synced 2026-04-18 23:55:00 +00:00
fix(docs): prevent browser to download the entire video in first page load + fix empty controls attribute (#28319)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user