You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Vimeo have added a new parameter to their embed code which is required for video identification. When this is passed to the amp-video element as part of the data-videoid it gets encoded.
e.g. html containing <amp-vimeo data-videoid="https://player.vimeo.com/video/XXXXXX?h=YYYYYY"></amp-vimeo>
will be rendered as <iframe src="https://player.vimeo.com/video/XXXXXX%3Fh%3DYYYYYY"></iframe>
which is not recognised as a correct url
Reproduction Steps
Create a new Vimeo video (must be new, as only new videos add the h param)
Copy the video id from the embed code (including the h param part)
Use this video id as the data-videoid for an amp-vimeo component
Video will not render due to encoding
Relevant Logs
No response
Browser(s) Affected
No response
OS(s) Affected
No response
Device(s) Affected
No response
AMP Version Affected
No response
The text was updated successfully, but these errors were encountered:
This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 7 days if no further activity occurs. Thank you for your contributions.
Description
Vimeo have added a new parameter to their embed code which is required for video identification. When this is passed to the amp-video element as part of the
data-videoid
it gets encoded.e.g. html containing
<amp-vimeo data-videoid="https://player.vimeo.com/video/XXXXXX?h=YYYYYY"></amp-vimeo>
will be rendered as
<iframe src="https://player.vimeo.com/video/XXXXXX%3Fh%3DYYYYYY"></iframe>
which is not recognised as a correct url
Reproduction Steps
Create a new Vimeo video (must be new, as only new videos add the h param)
Copy the video id from the embed code (including the h param part)
Use this video id as the data-videoid for an amp-vimeo component
Video will not render due to encoding
Relevant Logs
No response
Browser(s) Affected
No response
OS(s) Affected
No response
Device(s) Affected
No response
AMP Version Affected
No response
The text was updated successfully, but these errors were encountered: