fixed video size

This commit is contained in:
maxime 2026-04-09 11:54:24 +02:00
parent 13f05006fc
commit 812e9d182f
1 changed files with 2 additions and 2 deletions

View File

@ -5,8 +5,8 @@
</div>
}
@if(!isLoading() && asset()){
<div class="videocontainer w-full">
<video class="w-full" controls>
<div class="videocontainer w-full mt-20">
<video class="w-full rounded-md" controls>
<source src="{{asset()!.items[3].href}}" type="video/mp4">
Your browser does not support the video tag.
</video>