Skip to content

Instantly share code, notes, and snippets.

@joeyhagedorn
Last active August 29, 2015 14:18
Show Gist options
  • Save joeyhagedorn/614c1c35d826cec01113 to your computer and use it in GitHub Desktop.
Save joeyhagedorn/614c1c35d826cec01113 to your computer and use it in GitHub Desktop.
Periscope Rotate Video Bookmarklet

Rotate Video is a Bookmarklet that lets you rotate the video shown in the Periscope web viewer. Compatible with Safari and Chrome.

<html>
<head>
<style>
body {
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
font-size: 14px;
line-height: 1.42857143;
color: #000;
background-color: #fff;
}
</style>
</head>
<body>
To rotate the video on a Periscope page, first show the Favorites bar in your web browser. Drag the "Rotate Video" link to the bookmarks bar. Then go view the periscope page on the web. While viewing the video, click your new bookmark and the video will rotate. Compatible with Safari and Chrome.<br/></br>
<h2></h2><a href="javascript:(function()%7Bdocument.getElementById(%22video%22).style.webkitTransform%20%3D%20%22rotate(-90deg)%20scale(1.5)%22%7D)()">Rotate Video</a> <br/><br/></h2>
<a href="http://marklets.com/FAQ.aspx">Marklets</a> has a bunch of other great info about Bookmarklets to find out how they work.</a>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment