Skip to content

Instantly share code, notes, and snippets.

@fjenett
Created July 29, 2016 20:05
Show Gist options
  • Save fjenett/a164f60144206724b887ba8c52799489 to your computer and use it in GitHub Desktop.
Save fjenett/a164f60144206724b887ba8c52799489 to your computer and use it in GitHub Desktop.
TRT Fullscreen Bits and Pieces
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