I'm trying to build a simple landing page that contains a fullscreen background image, that will play as soon as the content loads.
Is there a way to do this using React or CSS inside of React?
I've tried using the npm module react-drive-in, but I can't for the life of me figure out how to load my React components over the video. The video keeps loading over my other components.