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

Muut Archive Legend

@Muut · Joined 9 years ago · 18337 posts · 3878 topics · 137 reputation

Badges

✏️ First Post 💬 Conversation Starter ❤️ Well Liked

Recent posts

  • Automatic Image Resizing · 10 years ago

    Actually I had already added this!!!! system.yaml there's an option: images.cache_all which is set to false by default, just change this to true.

  • Automatic Image Resizing · 10 years ago

    Currently no. This is because there is an optimization check so images are not processed at all if there are no filters manually added. Any processing is going to take time and potentially degrade

  • Automatic Image Resizing · 10 years ago

    So it's seems like it's not possible without adding a filter to each photo?

  • Automatic Image Resizing · 10 years ago

    ah yes.. true, you can use ?cache to ensure it's processed with no other filter.

  • Automatic Image Resizing · 10 years ago

    I've created the new file, with exactly this code. When I append a filter directly to the image, the resolution changes. Otherwise nothing happens.

  • Automatic Image Resizing · 10 years ago

    There is currently no 'hook' to do work on uploading an image via the admin. However you can set media defaults so that all images receive some processing. To do that you can look at the system/config

  • Automatic Image Resizing · 10 years ago

    Hey there, I was wondering, how can I automatically resizing (all) images, inserted into a webpage through the upload feature. What's the best way to do it? I searched for it for a long time, but coul

  • Identify a category: page · 10 years ago

    It worked perfectly: {% if uri.param('category') != '' %} <h1>Posts in the {{ uri.param('category') }} section.</h1> {% else %} //category filter menu {% endif %} Thanks a lot!

  • Identify a category: page · 10 years ago

    You can do a simple if:

  • Identify a category: page · 10 years ago

    Hello! I've been playing around with the Bootstrap template achieving almost everything I need for my first custom Grav template quite easily. I only have one open question I haven't solved yet and I