player icon indicating copy to clipboard operation
player copied to clipboard

Fix Vimeo loop support

Open ajhun-digistorm opened this issue 6 months ago • 0 comments

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:

  1. Test with Vimeo video and loop enabled, muted
  2. Verify loop parameters are added to iframe URL
  3. Pause and resume the the video randomly.
  4. Confirm video restarts after completion
  5. Check that YouTube and HTML5 providers still work correctly

ajhun-digistorm avatar Jul 07 '25 09:07 ajhun-digistorm