Working inline script.
[hacks/simpleWebSlides.git] / simpleWebSlides_screen.css
index 5241196..b39b10f 100644 (file)
@@ -1,3 +1,13 @@
 .canvas {
     position: absolute;
+    width:100%;
+    height:100%;
 }
+
+.active_frame, .current_frame {
+    visibility: visible;
+}
+
+.inactive_frame {
+    visibility: hidden;
+}
\ No newline at end of file