This is an automated email from the ASF dual-hosted git repository. rusackas pushed a commit to branch webm_video in repository https://gitbox.apache.org/repos/asf/superset.git
commit 2f37cd7298147f0b5cbeecb9e2776e4395b81606 Author: Evan Rusackas <[email protected]> AuthorDate: Thu Jun 27 10:05:01 2024 -0600 fix(readme): changing video from mp4 to webm format --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 408cad422b..c521204c09 100644 --- a/README.md +++ b/README.md @@ -73,8 +73,8 @@ Superset provides: **Video Overview** <!-- File hosted here https://github.com/apache/superset-site/raw/lfs/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 src="https://superset.staged.apache.org/superset-video-4k.webm" width="100%" height="auto" controls preload="none"> + https://superset.staged.apache.org/superset-video-4k.webm </video> <br/>
