I want to add a no control video on the main page, i embedded the code in custom liquid section
on desktop is hows 1.9 on it which is pretty weird (and it’s not center justify)
on the mobile, the video size is too big
is there any ways I can fix it?
below is the code I embedded
- video {
- width: 100%;
- height: auto;
- display: block;
- margin: 0 auto;
- }
-
- <source src="/media/cc0-videos/flower.mp4"
- type=“video/mp4”>

