Skip to content

Instantly share code, notes, and snippets.

@austegard
Last active August 29, 2015 14:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save austegard/f9fa3c6d365fd65f2611 to your computer and use it in GitHub Desktop.
Save austegard/f9fa3c6d365fd65f2611 to your computer and use it in GitHub Desktop.
Amazon Prime Video 1080px Height
The following simple bookmarklet will resize the Amazon Prime video player to 1080px, suitable for displaying on a TV, e.g. via ChromeCast.
javascript:document.getElementById('aiv-main-content').setAttribute('style', 'height:1080px');document.getElementById('player_container_wrapper').setAttribute('style','height: 1080px; opacity: 1; display: block; overflow: visible')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment