Adjust video layout

This commit is contained in:
Xiaofeng Wang 2024-06-21 14:14:05 +08:00
parent 34bb843e9c
commit 631498b167
1 changed files with 2 additions and 2 deletions

View File

@ -9,11 +9,11 @@
<div style="text-align: center;"> <div style="text-align: center;">
<div> <div>
<video id='video' controls autoplay style="text-align:left;"> <video id='video' controls autoplay style="text-align:left;width:40%;">
Your browser is too old which doesn't support HTML5 video. Your browser is too old which doesn't support HTML5 video.
</video> </video>
<video id='selfVideo' controls autoplay style="text-align:right;"> <video id='selfVideo' controls autoplay style="text-align:right;width:40%;">
Your browser is too old which doesn't support HTML5 video. Your browser is too old which doesn't support HTML5 video.
</video> </video>
</div> </div>