Unfortunately in Mozilla Firefox fullscreen is not active. I tried your advice.

Originally Posted by
jscheuer1
I think the params of the video also may play a role.
Embedding disables fullscreen option. I do not know why.
Code:
<iframe src="https://www.youtube.com/embed/kXptPzKNMq4" width="640" height="360" frameborder="0" allowfullscreen="allowfullscreen"></iframe>
-----------------------------
Could this solve the problem?
Code:
embed,
iframe,
object {
max-width: 100%!important;
max-height: 100%!important;
}
Bookmarks