player
player copied to clipboard
Fix Vimeo loop support
Related:
https://github.com/vidstack/player/issues/1542
Description:
Add loop support for Vimeo by modifying buildParams() method to include loop and autopause parameters when loop state is enabled. The Vimeo provider was not converting the HTML5 loop attribute to the required Vimeo iframe URL parameters.
Ready?
Yes
Anything Else?
- No breaking changes
Review Process:
- Test with Vimeo video and loop enabled, muted
- Verify loop parameters are added to iframe URL
- Pause and resume the the video randomly.
- Confirm video restarts after completion
- Check that YouTube and HTML5 providers still work correctly