I have a very simple test node with a Youtube player that should be playing throughout all pages of my website: ``` html <body> <div id="player" style="position:fixed; top: 0; left: 0; z-index: 1000000;" data-turbolinks-permanent> <iframe width="560" height="315" src="https://www.youtube.com/embed/dz2iNkqFoKo" frameborder="0" allowfullscreen></iframe> </div> <div> Rest of the site </div> </body> ``` When I change pages the iframe gets reloaded, wish shouldn't happen after the #479 fix.
I have a very simple test node with a Youtube player that should be playing throughout all pages of my website:
When I change pages the iframe gets reloaded, wish shouldn't happen after the #479 fix.