css: set width for images
authorClinton Ebadi <clinton@unknownlamer.org>
Tue, 3 Dec 2019 00:20:23 +0000 (19:20 -0500)
committerClinton Ebadi <clinton@unknownlamer.org>
Tue, 3 Dec 2019 00:20:23 +0000 (19:20 -0500)
This fixes images going over the edge of the viewport on mobile
clients, and images that otherwise would show at full width from being
just slightly undersized (resulting in a jittery effect when
hovering).

default.css

index cd3acc1..06973a6 100644 (file)
@@ -249,6 +249,7 @@ table.image tr td img
 { 
   border: 1px solid #111111;
   max-width: 6in;
+  width: 100%;
 }
 
 table.image tr td:hover