Skip to content
Grav 2.0 is officially stable. Read the announcement →

Community guidelines

Please keep discussions civil and on-topic. Repeated violations may lead to a temporary ban.

General

Resize via TWIG does not work

Started by Dr. Blubb 8 years ago · 0 replies · 386 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 Jerry Hunt, 4 days ago
2 82 12 hours ago
General · by pamtbaau, 17 hours ago
1 55 16 hours ago
General · by Andy Miller, 1 day ago
0 45 1 day ago
General · by Marcel, 12 months ago
6 348 5 days ago
General · by Duc , 5 days ago
3 43 5 days ago