This should be simple. Here is my TWIG:
<img src="{{ page.media['thumbnail.png'] }}">
The image does not load.
I get this:
<img src="<img src=" user="" pages="" 02.home_mod="" _437y="" thumbnail.png"="">
Community guidelines
Please keep discussions civil and on-topic. Repeated violations may lead to a temporary ban.
This should be simple. Here is my TWIG:
<img src="{{ page.media['thumbnail.png'] }}">
The image does not load.
I get this:
<img src="<img src=" user="" pages="" 02.home_mod="" _437y="" thumbnail.png"="">
Nevermind. I've worked on this for hours, and as soon as I post this, I figure it out.
I should have had:
{{ page.media['thumbnail.png'] }}
I was adding more than what was necessary.
The TWIG that I am using looks more like this now:
{{ page.media[page.header.thumbnail] }}
and I've reduced it to:
{{ media[header.thumbnail] }}
Log in to reply.
| Topic | Participants | Replies | Views | Activity |
|---|---|---|---|---|
| 2 | 82 | 12 hours ago | ||
| 1 | 55 | 16 hours ago | ||
| 0 | 45 | 1 day ago | ||
| 6 | 348 | 5 days ago | ||
| 3 | 43 | 5 days ago |