Browse Source

fix images

Gregg Tavares 7 years ago
parent
commit
e78ada7771
1 changed files with 1 additions and 1 deletions
  1. 1 1
      threejs/lessons/resources/lesson.css

+ 1 - 1
threejs/lessons/resources/lesson.css

@@ -213,7 +213,7 @@ code {
 }
 }
 
 
 .threejs_image>img {
 .threejs_image>img {
-    width: 100%;
+    max-width: 100% !important;
     display: block;
     display: block;
 }
 }
 .threejs_math {
 .threejs_math {