mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2025-06-01 14:34:04 +00:00
image: support for inlining image content #1019
This commit is contained in:
parent
adb82b040f
commit
fb96c34e7f
10 changed files with 89 additions and 32 deletions
docs/content/configuration/customization
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue