• Resolved aldrinhart

    (@aldrinhart)


    Hi there, amazing plugin! I am having issue with Safari showing or playing the background video. I did read some thread 2 years ago but wasn’t really helpful. What happens is the background image shows instead of the video. If anyone has a solution I would greatly appreciate it. I tried adding autoplay via javascript to the video element, but that doesn’t work. Thanks

Viewing 1 replies (of 1 total)
  • Thread Starter aldrinhart

    (@aldrinhart)

    I figured it out…I just added the following JS.

    let vid = document.getElementById(“VideoWorker-0”);
    vid.autoplay = true;
    vid.load();

Viewing 1 replies (of 1 total)
  • The topic ‘Video Not Available or Playing in Safari 16’ is closed to new replies.