Skip to content
New issue

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

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

Already on GitHub? # to your account

What attribute is needed for Autoplay to work? #242

Closed
Marcos-Bernasconi opened this issue Oct 10, 2024 · 2 comments · Fixed by #246
Closed

What attribute is needed for Autoplay to work? #242

Marcos-Bernasconi opened this issue Oct 10, 2024 · 2 comments · Fixed by #246
Labels
question Further information is requested
Milestone

Comments

@Marcos-Bernasconi
Copy link
Contributor

  <CldVideoPlayer
              muted
              loop
              :controls="false"
              autoplay
              autoPlay="always"
              width="1920"
              height="1080"
              src="IdVideo"
            />

I have tried using these:

  • autoPlay: on-scroll and always
  • :playsinline="true"
  • :autoplay="true"
    Am I missing some attributes or props to make the video autoplay correctly?
@Marcos-Bernasconi Marcos-Bernasconi added the question Further information is requested label Oct 10, 2024
@Baroshem
Copy link
Collaborator

Hey there, sorry for not answering but I was on Vue.js DE conference.

Thanks for reporting this issue. I think the prop is missing from declaration of props in a vue component. Quite strange because I remember adding it but maybe it was removed at some point.

Would you be interested in contributing and adding it? I can provide all help needed :)

If not, no worries. I can also add it myself :)

@Marcos-Bernasconi
Copy link
Contributor Author

Hi! I would love to contribute, thank you very much =)
I will try my best and let you know how it goes.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
question Further information is requested
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants