very new to Corvid and coding in general, but I’m trying to add an .mp4 video to my site using the VideoPlayer. I’ve directly copied the code found under the src documentation for the VideoPlayer (found here: https://www.wix.com/corvid/reference/$w.VideoPlayer.html#src),,) so it can’t be a typo, but as soon as I put that in I get an error stating that ‘#myVideoPlayer’ is not a valid selector. What am I doing wrong?
Right you are! That actually fixed it, thanks!
However, it also highlighted a big misconception on my part, which is that I need to use one of the Wix video players to put my video in. I was wondering if it’s possible (through Corvid) to put a video on the page, without using the Wix video player as a container?
The idea is that the video loops constantly and doesn’t show transport controls or black bars, both of which are present on the Wix video player. Would something like that be possible? I’ve tried this string:
But I just grabbed that off a forum and feel like I’m probably not even in the right ballpark.