Full screen does not work in jsfiddle

╄→尐↘猪︶ㄣ 提交于 2019-12-12 10:54:41

问题


I was trying to create some POC to try something with jwplayer but for some reason full screen for jwplayer is not working.

Is there any way to make full screen work in jsfiddle in jwplayer

here is my jsfiddle
    http://jsfiddle.net/hiteshbhilai2010/6YyXH/63/

回答1:


You can click on Share button, then take the Full screen result URL, open it, go to full screen in player and then (optionally) click on F11

Another quick way: right click on jsfiddle result --> View frame source --> In the view source tab take the iframe URL and open it, the player full screen should work. If you are intending to use the fiddle as a demonstration, you can write some javascript to grab the url of the underlying iframe and open it in a new window.




回答2:


answering too late, but as no share button is available now, the new way for going full screen is copying the URL of your fiddle and append "/show" to it.

example : https://fiddle.net/xyz123/show/

This will show you only the result frame in full screen.



来源:https://stackoverflow.com/questions/27984410/full-screen-does-not-work-in-jsfiddle

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!