This commit is contained in:
2025-12-10 14:20:58 +08:00
parent 7a58551844
commit dab8ff1f5a
2 changed files with 16 additions and 2 deletions

View File

@@ -4,4 +4,5 @@ date: '2025-12-10'
---
[../../resources/videos/choir_show.mp4](../../resources/videos/choir_show.mp4)
<iframe src="/resources/videos/choir_show.mp4" scrolling="no" border="0" frameborder="no" framespacing="0" allowfullscreen="true" style="position:absolute; height: 100%; width: 100%;">
</iframe>

View File

@@ -4,4 +4,17 @@ date: "2025-12-10"
---
{{< video src="../../resources/videos/choir_show.mp4" controls="true" width="80%" >}}
<div style="position:relative; padding-bottom:60%; width:100%; height:0">
<iframe
src="/resources/videos/choir_show.mp4"
scrolling="no"
border="0"
frameborder="no"
framespacing="0"
allowfullscreen="true"
style="position:absolute; height: 100%; width: 100%;"
>
</iframe>
</div>