You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is slowing down rendering. Probably because of the width and height that have the original image size set?
What partial is actually used here?
{{ partial "image" (dict "Src" .image "Alt" "Banner image" "Loading" "eager" "Class" "mx-auto lg:!max-w-[800px]" "DisplayXL" "800x" ) }}
I dont see a partial image.html in the theme's dir. Nor can I find anything about a default internal image partial?
Help would be much appreciated.
The text was updated successfully, but these errors were encountered:
Im an Amateur hobbyist. Enjoying your great work to play around. Thank you very much!
I couldnt figure out why this is generated in my html
It is slowing down rendering. Probably because of the width and height that have the original image size set?
What partial is actually used here?
{{ partial "image" (dict "Src" .image "Alt" "Banner image" "Loading" "eager" "Class" "mx-auto lg:!max-w-[800px]" "DisplayXL" "800x" ) }}
I dont see a partial image.html in the theme's dir. Nor can I find anything about a default internal image partial?
Help would be much appreciated.
The text was updated successfully, but these errors were encountered: