wobsoriano / vue-lite-youtube-embed

A private by default, faster and cleaner YouTube embed component for Vue applications.
https://vue-lite-youtube-embed-demo.vercel.app
MIT License
61 stars 7 forks source link

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

Open Dylan190774 opened 3 years ago

Dylan190774 commented 3 years ago

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?

smgnt-tech commented 2 years ago

It seems that is just a CSS issue.

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

.yt-lite { width: 100%; }