Replies: 1 comment
-
after updating to 3.7.2 issue fixed. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I am trying to use plyr for embading Vimeo to my page.
As far as structore of URL is <>/id it is working fine
but
moment it gets one more i.e. <>/id1/id2 it reports "Sorry This Video does not exists"
https://vimeo.com/253989945. When I inspect, "src" in iframe is -
https://player.vimeo.com/video/253989945?loop=false&autoplay=false&muted=false&gesture=media&playsinline=true&byline=false&portrait=false&title=false&speed=true&transparent=false&customControls=true
can't share my URL as its restricted content but structure is like https://vimeo.com/nnnnn/**xxxxx**
and src for above structured url comes as below the "xxxxx" part is missing.
https://player.vimeo.com/video/nnnnn?loop=false&autoplay=false&muted=false&gesture=media&playsinline=true&byline=false&portrait=false&title=false&speed=true&transparent=false&customControls=true
it should come as
https://player.vimeo.com/video/nnnnn?**h=xxxxx**&loop=false&autoplay=false&muted=false&gesture=media&playsinline=true&byline=false&portrait=false&title=false&speed=true&transparent=false&customControls=true
Beta Was this translation helpful? Give feedback.
All reactions