From 5172b4f62f29f13384a7bcbaf0a6670c8fa7be91 Mon Sep 17 00:00:00 2001 From: Michael Boelen Date: Wed, 24 May 2023 02:38:01 +0200 Subject: [PATCH] Standaard afbeeldingen niet met max-width van 100% --- themes/nluug/assets/scss/styles_images.scss | 8 ++++---- themes/nluug/layouts/partials/header.html | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/themes/nluug/assets/scss/styles_images.scss b/themes/nluug/assets/scss/styles_images.scss index 7168c44..3201a0d 100644 --- a/themes/nluug/assets/scss/styles_images.scss +++ b/themes/nluug/assets/scss/styles_images.scss @@ -1,11 +1,11 @@ -img { +img.max-width { max-width: 100%; height: auto; } -img.shownormal { - max-width: initial; -} +//img.shownormal { +// max-width: initial; +//} .icon { filter: invert(18%) sepia(32%) saturate(1326%) hue-rotate(183deg) brightness(93%) contrast(95%); diff --git a/themes/nluug/layouts/partials/header.html b/themes/nluug/layouts/partials/header.html index 327d73e..d29998b 100644 --- a/themes/nluug/layouts/partials/header.html +++ b/themes/nluug/layouts/partials/header.html @@ -36,7 +36,7 @@ {{ end }}
  • - {{ partial "show-svg-icon.html" (dict "context" . "icon" "magnifying-glass" "class" "shownormal" "title" "Zoeken") }} + {{ partial "show-svg-icon.html" (dict "context" . "icon" "magnifying-glass" "title" "Zoeken") }}