Last active
August 29, 2015 14:01
-
-
Save austegard/f9fa3c6d365fd65f2611 to your computer and use it in GitHub Desktop.
Amazon Prime Video 1080px Height
This file contains 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
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