浏览代码

no longer rotate second 3d printer picture

Thomas Buck 4 年前
父节点
当前提交
0c3df0d53d
共有 1 个文件被更改,包括 1 次插入2 次删除
  1. 1
    2
      input/unlisted/printer.md

+ 1
- 2
input/unlisted/printer.md 查看文件

@@ -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));

正在加载...
取消
保存