Skip to content
Grav 2.1 is out: every page speaks Markdown. Read the announcement →

Resize via TWIG does not work

Started by Dr. Blubb 8 years ago · 0 replies · 522 views
8 years ago

Hello, I want to create a simple gallery, e.g.

<a href="{{ page.media[file.name].url }}" data-lightbox="gallery-item" title="{{page.title}}"> <img src="{{ page.media[file.name].url }}" alt=""></a>

The above srcipt is working.

But for better loading times, I want to cropResize the file in the <img> tag.

Whenever I try to use page.media[file.name].resize(200,100).url or similar, I get an exception

An exception has been thrown during the rendering of a template ("Optimus-Error: Empty reply from server, Output: ").

How to solve this exception?

Suggested topics

Topic Participants Replies Views Activity
General · by jeremycherfas, 1 week ago
4 181 2 days ago
General · by lynbor, 6 days ago
2 124 3 days ago
General · by Old Man Umby, 1 week ago
1 100 1 week ago
General · by Sebastian, 2 weeks ago
1 124 1 week ago
General · by Andy Miller, 3 weeks ago
0 248 3 weeks ago