fixed video size
This commit is contained in:
parent
13f05006fc
commit
812e9d182f
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue