Full screen?
lordkada opened this issue · 5 comments
lordkada commented
Hi,
is it possible to enable the full screen on mobile?
oskarrough commented
This component shouldn't change anything to how the default YouTube iframe embeds work on mobile. Do you have anything specific in mind?
lordkada commented
I was just wondering why did you force the "fs" parameter to 0 (https://github.com/oskarrough/ember-youtube/blob/master/addon/components/ember-youtube.js#L45)...
oskarrough commented
Ah right, forgot all about that. Good catch —perhaps all the playerVars
should be cleared out so we always run with YouTube defaults. And explain how you set your own.
lordkada commented
Yes, I agree... ;-)
oskarrough commented
See #10