Background videos aligned to the bottom
Even if I change the alignment of the container, the part of the video that is showed its always the bottom, and cuts the top in all sizes. How can I make the top the showing area?
I am assuming that you have an absolute/fixed positioned element that is covering the top part of the video
In this video, which is part of the PWA Boilerplate, I have made an adjustment to allow for a fixed navigation.
I really appreciate your response, but the problem seems to be different:
as you can see, in this link, the video is aligned to the middle, and I cannot find a way to make it aligned to the top, so you can see the face of the girl, in this case:
https://i-star.mx
Thanks!!
I’m not at my computer and haven’t work with videos in Wappler but I’m pretty sure this is just a general CSS issue and nothing to do with Wappler as such.
You probably need to adjust the position and alignment on a CSS class of the video.
This link might help or a general Google search should get you the results you need.
Great pointer, thanks!!!