andrewvasilchuk / vue-lazy-youtube-video

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

Getting this error in Safari, but other browsers work fine. #6

Closed delta0800 closed 4 years ago

delta0800 commented 4 years ago
Screenshot 2019-12-06 at 11 31 30 PM Screenshot 2019-12-06 at 11 31 46 PM
andrewvasilchuk commented 4 years ago

@delta0800, Thanks. I have researched a little but haven't find out a proper solution 😢. But your issue gave me the idea of creating a prop named iframeAttributes, which will apply the value of that prop to the <iframe /> element, so we can set any <iframe /> attribute we want.

andrewvasilchuk commented 4 years ago

Added ability so set custom <iframe /> attributes: 1ee83c4492740c83f4b895cf3f5cfbaf62b6c515. I am going to release a new minor version ASAP.

delta0800 commented 4 years ago

Hi Andrew,

How are you? Thanks for the quick response and effort. I will give a try later to resolve the iframe issue.

Have a nice day.

Thanks Lawrence

Sent from my iPhone

On 8 Dec 2019, at 19:49, Andrew notifications@github.com wrote:

 Added ability so set custom