Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

patrick-tolosa
Copy link
Contributor

Brief Summary of Changes

This PR fixes two different problems in the Vue SDK:

  1. Poster images were being calculated incorrectly
  2. Autoplay functionality was not working correctly

What does this PR address?

Are tests included?

  • Yes
  • No

What was changed

An entire section dealing with poster calculation was missing, some refactoring was done to discover the missing bits, and a test was added to ensure the fixed implementation works.
The fix involves calculating child transformations in the poster calculations, and fixing the format types

For the Autoplay, after some experimentation, it was discovered that when Autoplay and Muted are not explicitly set on the Element, autoplay functionality does not work properly.
This fix was teste don a stand-alone test-app to ensure it does solve the autplay issue.

Please ignore all the ./dist files in your. review.

@patrick-tolosa patrick-tolosa requested a review from strausr July 8, 2021 16:02
@patrick-tolosa patrick-tolosa merged commit 3fac107 into master Jul 11, 2021
@patrick-tolosa patrick-tolosa deleted the fix/fix-poster-and-autoplay-in-video branch July 11, 2021 07:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants