Skip to content

Instantly share code, notes, and snippets.

@KustoSan
Created June 11, 2015 14:02
Show Gist options
  • Save KustoSan/0f8a795228796a123b3f to your computer and use it in GitHub Desktop.
Save KustoSan/0f8a795228796a123b3f to your computer and use it in GitHub Desktop.
animeflv video resizing + centering
$('#video_player embed').attr('height', '720px').attr('width', '1280').css('position', 'fixed').css('margin', 'auto').css('left', '0').css('right', '0').css('top', '0').css('bottom', '0').css('display', 'block');
$('#navbar').remove();
$('#footer').remove();
$('.sub_bloque').remove();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment