|
@@ -54,7 +54,7 @@ This page contains photos from the Webcams on my 3D printers, live-updated every
|
54
|
54
|
|
55
|
55
|
<div id="date-2">
|
56
|
56
|
<noscript>
|
57
|
|
- <img style="transform: rotate(180deg);" src="//www.xythobuz.de/printer-2.jpg" alt="CTC i3 Pro B">
|
|
57
|
+ <img src="//www.xythobuz.de/printer-2.jpg" alt="CTC i3 Pro B">
|
58
|
58
|
</noscript>
|
59
|
59
|
</div>
|
60
|
60
|
|
|
@@ -63,7 +63,6 @@ This page contains photos from the Webcams on my 3D printers, live-updated every
|
63
|
63
|
var img = document.createElement("img");
|
64
|
64
|
img.src = window.URL.createObjectURL(i);
|
65
|
65
|
img.alt = "CTC i3 Pro B";
|
66
|
|
- img.style = "transform: rotate(180deg);";
|
67
|
66
|
|
68
|
67
|
var up = document.createElement("p");
|
69
|
68
|
up.appendChild(document.createTextNode("Upload Date: " + u));
|