Image are not shown? #11609
Answered
by
marcorieser
Magnusvb
asked this question in
Troubleshooting
Image are not shown?
#11609
-
Going through the quick start and have added a field for a blog image. The show template have this code:
But checking the final HTML all I got is an empty img-tag. Like this: I feel stupid - but was is wrong... :( |
Beta Was this translation helpful? Give feedback.
Answered by
marcorieser
Mar 21, 2025
Replies: 1 comment 2 replies
-
Have you set {{ blog_image }}
<img src="{{ url }}" alt="{{ alt }}" />
{{ /blog_image }} |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
Magnusvb
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Have you set
max_items
to1
on theblog_image
field? Otherwise,blog_image
augments to a collection of images and you need to loop it like this: