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
After finding out Vimeo has had issues with its embed code they have made some changes to how the videos are played. They now require a url parameter for example: https://player.vimeo.com/video/00000000?h=0000000abc. for any new videos being uploaded.
All my old vimeo videos still work fine. However any new videos I have uploaded haven't worked when lazy loading them on my website.
To fix this issue I have added a data-pram attribute to div.vi-lazyload and changed the js file to build the new formatted url. See below.
It looks like h (hash) parameter is used for private videos. I will read more about it.
Important: If your video is set to the Private privacy setting, additional parameters must be added after the privacy hash parameter. This will appear directly after the video ID in the URL and looks similar to ?h=913062c8ff. Every parameter after the hash can be added using & rather than ?. https://vimeo.zendesk.com/hc/en-us/articles/115004485728-Autoplaying-and-looping-embedded-videos
After finding out Vimeo has had issues with its embed code they have made some changes to how the videos are played. They now require a url parameter for example: https://player.vimeo.com/video/00000000?h=0000000abc. for any new videos being uploaded.
All my old vimeo videos still work fine. However any new videos I have uploaded haven't worked when lazy loading them on my website.
To fix this issue I have added a data-pram attribute to div.vi-lazyload and changed the js file to build the new formatted url. See below.
})();
The text was updated successfully, but these errors were encountered: