Created
July 29, 2016 20:05
-
-
Save fjenett/a164f60144206724b887ba8c52799489 to your computer and use it in GitHub Desktop.
TRT Fullscreen Bits and Pieces
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var winFeature = 'location=no,toolbar=no,menubar=no,scrollbars=yes,resizable=yes'; | |
window.open('http://www.trt.net.tr/deutsch/tv','null',winFeature); | |
jQuery('#jwRtmpPlayer_wrapper').css({ | |
position: 'fixed', display: 'block', | |
top:0,left:0,right:0,bottom:0, | |
width: '100vw', height: '100vh', | |
'z-index':9999999 | |
}); | |
jQuery('.at4m-mobile-container').hide(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment