Browse Source

Make lightbox fit images to screen horizontally

spaghetti 8 years ago
parent
commit
46530aba34
1 changed files with 4 additions and 0 deletions
  1. 4
    0
      static/styles/global.css

+ 4
- 0
static/styles/global.css View File

912
 input[type="search"] {
912
 input[type="search"] {
913
   -webkit-appearance: textfield;
913
   -webkit-appearance: textfield;
914
 }
914
 }
915
+
916
+#lightbox > img {
917
+  max-width: 100%;
918
+}

Loading…
Cancel
Save