diff options
| author | Joe Carstairs <jcarstairs@scottlogic.com> | 2023-10-20 13:20:56 +0100 |
|---|---|---|
| committer | Joe Carstairs <jcarstairs@scottlogic.com> | 2023-10-20 13:21:07 +0100 |
| commit | 644f10a3284e034ed5cd2e32f276efd7aff56723 (patch) | |
| tree | 46ffa547685292dc2907da64275f514ea25a68f4 /scss | |
| parent | 8038cbe1938f9567856bb97fd4ed24376f74dbf1 (diff) | |
Link gallery images are object-fit:contain
Diffstat (limited to 'scss')
| -rw-r--r-- | scss/modules/link-gallery.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scss/modules/link-gallery.scss b/scss/modules/link-gallery.scss index 2c2cdb7..c3788dc 100644 --- a/scss/modules/link-gallery.scss +++ b/scss/modules/link-gallery.scss @@ -16,7 +16,7 @@ max-width: 100%; max-height: 100%; margin: auto; - height: auto; + object-fit: contain; } } |
