This is an automated email from the ASF dual-hosted git repository.
rusackas pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git
The following commit(s) were added to refs/heads/master by this push:
new 593c653ab5 fix(docs): prevent browser to download the entire video in
first page load + fix empty `controls` attribute (#28319)
593c653ab5 is described below
commit 593c653ab53b0e3bd10d11082f1786c9e4a54cd1
Author: Đỗ Trọng Hải <[email protected]>
AuthorDate: Fri May 3 00:15:39 2024 +0700
fix(docs): prevent browser to download the entire video in first page load
+ fix empty `controls` attribute (#28319)
---
docs/docs/intro.mdx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/docs/intro.mdx b/docs/docs/intro.mdx
index 1832dff7b1..854fa99843 100644
--- a/docs/docs/intro.mdx
+++ b/docs/docs/intro.mdx
@@ -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