Community guidelines
Please keep discussions civil and on-topic. Repeated violations may lead to a temporary ban.
Michael Garcia Member
@Michael · Joined 8 years ago · 13 posts · 6 topics · 1 reputation
Badges
Recent posts
-
Display image url from file custom field
· 8 years ago
I also find this in the doc : display an image uploaded in a file field So I tried this after adding another image : {% for imagesuploaded in page.header.mainImage %} {{ page.media[imagesuploaded
-
Display image url from file custom field
· 8 years ago
Thank you for your time and for the explanations, but still I can't manage to get the url of the image of my custom field @pamtbaau: {{ page.media[page.header.mainImage].url }} I tried this line but
-
Display image url from file custom field
· 8 years ago
Hi, I don't manage to display an image from a file custom field. I don't understand why this doesn't work : {{ page.media[header.mainImage].url }} (mainImage is the name of my file field) Thank you ve