Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Transform description from iframe to video element #1

Closed

Conversation

nadirlaskar
Copy link
Owner

@nadirlaskar nadirlaskar commented May 6, 2019

As server is sending a milestone video in description as iframe.

Which generates a video element by browser inside iframe having auto-play and other controls enabled by default leading to the auto-play.
As part of the front-end only fix, here i am converting the iframe to a video tag by reading
the iframe source and applying it to the video element.

As server is sending a milestone video in description as iframe. 
Which generates a video element by browser inside iframe having auto-play and other controls enabled by default leading to the auto-play issue.
As part of the front-end only fix, here i am converting the iframe to a video tag by reading
the iframe source and applying it to the video element.
@nadirlaskar nadirlaskar closed this May 8, 2019
@nadirlaskar nadirlaskar deleted the nadirlaskar-milestone-video-autoplay-fix branch May 8, 2019 08:05
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.

1 participant