Here is the video on the index page:
And here is the exact element, copied from the index, and put on another page:
Why does it display nothing on the index page but works on every other page? Is the video element bugged?
Here is the video on the index page:
And here is the exact element, copied from the index, and put on another page:
Why does it display nothing on the index page but works on every other page? Is the video element bugged?
Why would it say the element isn’t visible? There are absolutely 0 workflows that would change the visibility of this element.
Check your conditionals
Think I found the issue. All my different browsers show:
Error with Permissions-Policy header: Unrecognized feature: ‘ch-ua-form-factor’.
In the console. This is blocking all IFrame’s. It doesn’t matter the browser or user, same issue.
Works for me.
Are you embedding a YouTube video? If so, are you only using the Video ID? Not the full URL.
Yes, it’s a youtube video:
Is it public? Can you send the link so I can further help debug?
Unfortunately I would not be able to send an editor link, but here is the website link. I’ve put a red border on the video element. You can see the video element is loading however the content is not.
It is public, and embeds are enabled on my Youtube studio. This is why the embed works on other pages of my website.
Well that’s funny, it auto-embedded on my reply.
https:// youtu.be /3iMzVjdVzgk
Loads for me:
Yeah it’s super weird. Like I said, the embed and video plugin work perfectly on pages other than the index page… I couldn’t find page-specific IFrame settings so I’m unsure on what to do. Maybe I just have to use an MP4 and a plugin…
Oh actually that’s helpful to know. Do you run any custom code on your index page?
Check your page headers, any workflows you might run upon page load, etc
There are no custom HTML elements on the index page and no HTML header, and the only things that run upon page load is animations for text in a group separate from where the video plays.
This topic was automatically closed after 70 days. New replies are no longer allowed.