wobsoriano/vue-lite-youtube-embed

Doesn't seem to work in Device mode in Chrome Dev Tools

Opened this issue · 1 comments

The component works in full screen mode, but when I try to use it in Device mode in Chrome, it doesn't start playing.
Any ideas?

It seems that is just a CSS issue.

Add this to class .yt-lite works for me :

.yt-lite {
width: 100%;
}