Just a FYI in chrome this does not work:
iframe.allowFullScreen =
true
;
Although this does:
iframe.setAttribute(
"allowfullscreen"
,
"true"
);
Just a FYI in chrome this does not work:
iframe.allowFullScreen =
true
;
Although this does:
iframe.setAttribute(
"allowfullscreen"
,
"true"
);