My website is built on Wordpress and includes the Easywpvideo plugin, which unfortunately doesn't have any support available.
We are looking to have a video playing in the background, with the ability for users to stop and start it as they please.
In addition, we want some content to overlay on top of the video.
This particular div is generated by the plugin:
<div id="video_background_video_0" style="z-index: 0; position: absolute; top: 0px; left: 0px; right: 0px; bottom: 0px; overflow: hidden;">
I've experimented with different options using .site { position:relative; z-index:1 or 100; }
Although this does bring the various content elements into the correct position, it unfortunately makes the video play button unclickable.
Is what we're trying to achieve simply not possible? Essentially, can we insert a video into the background of a page, have content displayed on top of it, and still have control over the video playback?