←back to thread

IMG_0001

(walzr.com)
1576 points walz | 1 comments | | HN request time: 0.204s | source
1. pimlottc ◴[] No.42317675[source]
One suggestion, add controls for rotating the video. Cameras in this era didn't always have the ability to rotate a video after it was shot, so some of these are in the wrong orientation.

Now, it's just a simple CSS transform:

document.querySelector("#player").style.webkitTransform = "rotate(90deg)"