andrewvasilchuk / vue-lazy-youtube-video

Vue.js component for lazyloading YouTube videos.
MIT License
102 stars 22 forks source link

autoplay if autoplay prop passed #30

Open aquaminer opened 4 years ago

andrewvasilchuk commented 4 years ago

@aquaminer, Thank you for the PR. Could you, please, elaborate the reason behind the changes?

aquaminer commented 4 years ago

@aquaminer, Thank you for the PR. Could you, please, elaborate the reason behind the changes?

If start video and after change src prop the video will autoplayed, ignoring autoplay=false

andrewvasilchuk commented 4 years ago

@aquaminer, This is definitely a bug. We need to watch for src prop and reset activated data property. I will handle it these weekends when I have free time. By the way, you are welcome to submit a PR.