This issue is back with the Vimeo player: #1015
Replies: 5 comments
-
Issue can be seen by going to my site, and clicking any one of the project thumbnails below (on Desktop. Mobile seems to work fine). Once clicked, a modal should appear and a Vimeo video should be playing back in its own player. This has been working fine and dandy for years, until now :( |
Beta Was this translation helpful? Give feedback.
-
I'm not observing this issue on your website. Can you provide an actively reproducible example? |
Beta Was this translation helpful? Give feedback.
-
That's because I adjusted it to bypass that issue (now requires you to click the video to start, but at least the video appears now). That issue still very much exists though. From what I can remember, it had to do with autoplay muted attributes. Previously, it would work fine but then it wouldn't even load the video after the last update. |
Beta Was this translation helpful? Give feedback.
-
I see this on https://roon.app/ -- no bypass, so you can see it. In the JS Console in the latest Chrome on MacOS, I see 12 warnings, all from vendor.module.js (from Vimeo). my embed of vimeo looks like this (Vue code): <iframe :src="s.video.embedUrl + '&byline=false&loop=true&pip=false&muted=true&autoplay=true'"
frameborder="0" allow="autoplay; fullscreen; picture-in-picture"
style="position:absolute;top:0;left:0;width:100%;height:100%;"></iframe> The embedUrl is from the Vimeo API. For example: https://player.vimeo.com/video/835585753?h=f95b1b51b0 |
Beta Was this translation helpful? Give feedback.
-
Originally posted by @brown2020 in #553 (comment)
Can we get a fix pretty please?
Beta Was this translation helpful? Give feedback.
All reactions