diff options
author | Case Duckworth | 2023-01-14 23:30:14 -0600 |
---|---|---|
committer | Case Duckworth | 2023-01-14 23:30:14 -0600 |
commit | d3f3f458e1d4c241783671a958fd5e80ca75b4a9 (patch) | |
tree | 119f702dc759f33d0954561653985c9a2e1c60fd /superstack.php | |
parent | Whitespace (diff) | |
download | superstack-d3f3f458e1d4c241783671a958fd5e80ca75b4a9.tar.gz superstack-d3f3f458e1d4c241783671a958fd5e80ca75b4a9.zip |
Style images
Diffstat (limited to 'superstack.php')
-rw-r--r-- | superstack.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/superstack.php b/superstack.php index 8eccd56..c02ae6d 100644 --- a/superstack.php +++ b/superstack.php | |||
@@ -15,7 +15,7 @@ $title = $doc->getElementsByTagName('title')[0]->textContent; | |||
15 | <head><title><?php echo $title ?> -- Superstack</title> | 15 | <head><title><?php echo $title ?> -- Superstack</title> |
16 | <style> | 16 | <style> |
17 | body{max-width:42em;padding:1em;margin:auto;font:18px/1.4 sans-serif;} | 17 | body{max-width:42em;padding:1em;margin:auto;font:18px/1.4 sans-serif;} |
18 | img{max-width:100%;} | 18 | img{max-width:100%;object-fit: contain;} |
19 | </style> | 19 | </style> |
20 | <body> | 20 | <body> |
21 | 21 | ||