Rotate canvas image on client side when necessary. Minicap now always returns the image in upright position for newer devices.

This commit is contained in:
Simo Kinnunen
2015-04-23 14:45:10 +09:00
parent 7202f102d9
commit 9ea0839b0b
18 changed files with 46 additions and 15 deletions

View File

@@ -36,6 +36,7 @@ device-screen .positioner {
left: 0;
margin: auto;
pointer-events: none;
transform: rotate(0deg);
}
device-screen canvas.screen {