Loading search index…
No recent searches
No results for "Query here"
You can add images to your .html pages by using the picture partial. See the picture partial reference page for all available arguments.
.html
picture
{{- partial "picture" (dict "page" . "src" "images/vincent-van-zalinge-IicWDdQUfsQ-unsplash.jpg") }}
{{- $opts := dict "page" . "src" "images/vincent-van-zalinge-IicWDdQUfsQ-unsplash.jpg" "width" 768 "sizes" "auto" "formats" (slice "webp" "jpeg") "process" "fill 1600x900" "lqip" "16x webp q20" "decoding" "async" "fetchpriority" "auto" "loading" "eager" "alt" "A close-up of a butterfly on a rope" "title" "A close-up of a butterfly on a rope" "class" "foo" }} {{- partial "picture" $opts }}