[Solved] Responsive Background Video
[ad_1] Add these CSS rules to your body (the video’s parent container): text-align: center; /* ensures the image is always in the h-middle */ overflow: hidden; /* hide the cropped portion */ Add these CSS rules to your video: display: inline-block; position: relative; /* allows repositioning */ left: 100%; /* move the whole width of … Read more