Skip to content

Image are not shown? #11609

Mar 21, 2025 · 1 comments · 2 replies
Discussion options

You must be logged in to vote

Have you set max_items to 1 on the blog_image field? Otherwise, blog_image augments to a collection of images and you need to loop it like this:

{{ blog_image }}
  <img src="{{ url }}" alt="{{ alt }}" /> 
{{ /blog_image }}

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@marcorieser
Comment options

@Magnusvb
Comment options

Answer selected by Magnusvb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants