| Posted By: colombiacloud on October 22, 2025, 3:51 pm | Post: 2 |
|
Yeah, that’s a common issue with background videos on mobile — they don’t scale like images.
Try wrapping the <video> tag inside a container and use something like this in your CSS: video { width: 100%; height: auto; object-fit: cover; } Also, keep in mind that many mobile browsers block autoplay background videos, so sometimes using a static image fallback is the best option. ----------------------- Hosting Colombia |