KAN-5-feat-video-full-size #1

Merged
Makusu merged 4 commits from KAN-5-feat-video-full-size into main 2026-04-09 11:56:48 +02:00
1 changed files with 2 additions and 2 deletions
Showing only changes of commit 812e9d182f - Show all commits

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>