I am planning to create a website similar to Taylor Swift's with two different video backgrounds for desktop and mobile. I would like some advice on the best way to achieve this using Bootstrap or a framework like react. Would using the following code still be appropriate:
@media (max-width: 768px)
In this scenario, there would be a portrait video background for mobile and a landscape video background for desktop.
Any guidance on making the website responsive would be greatly appreciated.
I tried using Bootstrap containers for the background, but it didn't work as expected. The video would scale to the device and become zoomed in. Additionally, using @media caused some glitches with the video zooming in as well. I don't have my code on hand, but if someone could provide a sample or suggest the best method to use, it would be helpful.