skip to Main Content

Jquery – Javascript function openFullscreen() , how to get it worked for several iframes on the page

On page I have an iframe with *.pdf file in src. <div class="node--view-mode-full"> <p><iframe allow="fullscreen" allowfullscreen="" frameborder="0" height="980" scrolling="no" src="https://www.w3.org/WAI/ER/tests/xhtml/testfiles/resources/pdf/dummy.pdf" width="660"></iframe></p> <p><iframe allow="fullscreen" allowfullscreen="" frameborder="0" height="980" scrolling="no" src="https://www.w3.org/WAI/ER/tests/xhtml/testfiles/resources/pdf/dummy.pdf" width="660"></iframe></p> </div> The build-in pdf-viewers in browsers now does not support fullscreen…

VIEW QUESTION
Back To Top
Search