feat(video): add autoplay and dynamic video loading

- Add autoplay attribute to video player
- Implement dynamic calculation of needed regular videos based on window height
- Update video comments with Japanese content and remove default avatars
This commit is contained in:
2026-02-13 11:02:33 +08:00
parent bfe395d5bb
commit 63d428cd33
3 changed files with 42 additions and 28 deletions

View File

@@ -169,7 +169,7 @@
<div class="video-main-section">
<!-- Video Player -->
<div class="video-player">
<video src="src/video.mp4" controls></video>
<video src="src/video.mp4" controls autoplay></video>
</div>
<!-- Video Info -->