Video
This commit is contained in:
parent
1c67a235af
commit
bb8331fe79
|
|
@ -1,5 +1,10 @@
|
|||
@using BlazorWASM.Shared
|
||||
<div class="hero text-secondary px-4 py-5 text-center">
|
||||
|
||||
@using BlazorWASM.Shared
|
||||
<div class="hero text-secondary px-4 py-5 text-center" style="position: relative">
|
||||
<video autoplay loop muted style="position: absolute; width: 100%; height: 100%; object-fit: cover; left:0px;">
|
||||
<source src="_content/SharedUI/assets/video/mango2.mp4" type="video/mp4">
|
||||
Your browser does not support the video tag.
|
||||
</video>
|
||||
<div class="py-5" style="position: relative">
|
||||
|
||||
|
||||
|
|
|
|||
Binary file not shown.
Loading…
Reference in New Issue