image: support for inlining image content

This commit is contained in:
Sören Weber 2025-02-12 22:38:22 +01:00
parent adb82b040f
commit fb96c34e7f
No known key found for this signature in database
GPG key ID: BEC6D55545451B6D
10 changed files with 89 additions and 32 deletions
docs/content/configuration/customization

View file

@ -17,6 +17,8 @@ If you don't configure anything in your `hugo.toml`, the image effects default t
{{< multiconfig >}}
[imageEffects]
border = false
dataurl = false
inlinecontent = false
lazy = true
lightbox = true
shadow = false
@ -40,6 +42,8 @@ This would result in
[imageEffects]
bg-white = true
border = true
dataurl = false
inlinecontent = false
lazy = false
lightbox = true
shadow = false