Commit 8776e38a authored by Hardik Juneja's avatar Hardik Juneja Committed by Cédric Le Ninivin

erp5_xhtml_style: Allow fullscreen in iframes

parent 7f32f8cd
...@@ -123,6 +123,7 @@ ...@@ -123,6 +123,7 @@
elements[j].style.height = "100%"; elements[j].style.height = "100%";
iframe.style.width = "100%"; iframe.style.width = "100%";
iframe.style.height = "100%"; iframe.style.height = "100%";
iframe.allowFullscreen = true;
j += 1; j += 1;
} }
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment