Now, when the user clicks full screen button, nothing happens, because the IFRAME with slides (1.1.1.) gets full screen inside IFRAME with embedder (1.1.), which normally has a fixed width and height.
Once allowfullscreen attributes (allowfullscreen mozallowfullscreen webkitallowfullscreen) are added to the IFRAME with embedder (1.1.), full screen button starts behaving as expected.
Should we add a short notice to the README file about using the full screen mode with embedder?
If I understand correctly, embedder.html should be embedded into a website using iframe element.
This gives us a 3-level structure:
-> 1. MAIN WEBSITE ---> 1. 1. IFRAME (embedder) -----> 1. 1. 1. IFRAME (slides) -----> 1. 1. 2. CONTROLS (back, forward, full screen)
Now, when the user clicks full screen button, nothing happens, because the IFRAME with slides (1.1.1.) gets full screen inside IFRAME with embedder (1.1.), which normally has a fixed width and height.
Once allowfullscreen attributes (allowfullscreen mozallowfullscreen webkitallowfullscreen) are added to the IFRAME with embedder (1.1.), full screen button starts behaving as expected.
Should we add a short notice to the README file about using the full screen mode with embedder?