fixed video size
This commit is contained in:
parent
13f05006fc
commit
812e9d182f
|
|
@ -5,8 +5,8 @@
|
||||||
</div>
|
</div>
|
||||||
}
|
}
|
||||||
@if(!isLoading() && asset()){
|
@if(!isLoading() && asset()){
|
||||||
<div class="videocontainer w-full">
|
<div class="videocontainer w-full mt-20">
|
||||||
<video class="w-full" controls>
|
<video class="w-full rounded-md" controls>
|
||||||
<source src="{{asset()!.items[3].href}}" type="video/mp4">
|
<source src="{{asset()!.items[3].href}}" type="video/mp4">
|
||||||
Your browser does not support the video tag.
|
Your browser does not support the video tag.
|
||||||
</video>
|
</video>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue