I’m new to bubble and such, and I am looking for guidance from the guru’s out there…
What I’m trying to accomplish:
Have a 25-second video autoplay as a background on the index page
The browser can choose between a poster image, MP4, or WebM format
Support Microsoft Edge, Chrome, and Apple Safari
What I have tried to accomplish this:
I purchased a plugin, which was pretty good; however, I could not get the element to be in the background
I used an HTML element and put in the <video> tags and <source>, which kinda worked and didn’t, as the element showed up at the bottom of the page and not in the background. Also, with Safari, it would not autoplay (which I set in my Safari to allow autoplay on my domain).
I changed my default layout on the page from “Column” to “Align to parent”, which now I could get the HTML element to go to the background by using the order of elements in the element tree. However, the video will not autoplay and other is a browser play button at the centre of the page. This would be okay, but you cannot click on the play button because the other elements on the page are above the video.