Forum Discussion
DamienDickerson
12 years agoCommunity Member
full screen video button?
I can't see full screen video button on playbar after when I importy a movie? Is any way to resize video on full screen after interactiion? (and came back to small size) ?
GeorgeChamplin-
10 years agoCommunity Member
My previous idea won't work because of cross-domain issues.
But the real fix, unsanctioned by Articulate I'm sure, is to add the last 3 lines below to the story.js file around line 640:
// Create the iframe
var oIFrame = document.createElement('iframe');
oIFrame.frameBorder = "0";
oIFrame.id = "div" + strId;
oIFrame.style.border = "0";
oIFrame.style.width = "100%";
oIFrame.style.height = "100%";
oIFrame.allowtransparency = "true";
oIFrame.setAttribute('allowfullscreen', "");
oIFrame.setAttribute('webkitallowfullscreen', "");
oIFrame.setAttribute('mozallowfullscreen', "");
Gavin-Innes
10 years agoCommunity Member
Hi George
I've just had this problem and your solution has saved the day. Brilliant!
Thanks
Gavin
Related Content
- 12 months ago
- 10 months ago
- 10 months ago