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

Resize images

Started by Muut Archive 10 years ago · 1 replies · 1349 views
10 years ago

Hi everyone,

YAML
      i have to resize the slider images to the right measurements, because my customer has problems with editing images.
      I have an upload form, where i can upload all my images and some file pickers where i can select the needed slider image.
      If i do it with the .media page object it works fine, but i have to loop true the in the Admin Panel selected slider 
      images and resize them.

      That is my .md file

      ```
      slider:
          -
              sliderbild: slide1.jpg
          -
              sliderbild: slide2.jpg
          -
              sliderbild: slide3.jpg

      bilder:
          user/themes/hotel/assets/images/home/slide2.jpg:
              name: slide2.jpg 
              type: image/jpeg
              size: 340748
              path: user/themes/hotel/assets/images/home/slide2.jpg
          user/themes/hotel-fontanella/assets/images/home/slide1.jpg:
              name: slide1.jpg
              type: image/jpeg
              size: 374014
              path: user/themes/hotel/assets/images/home/slide1.jpg
          user/themes/hotel-fontanella/assets/images/home/slide3.jpg:
              name: slide3.jpg
              type: image/jpeg
              size: 348107
              path: user/themes/hotel/assets/images/hhome/slide3.jpg      
      permalink: home
      ```

      That is my twig code: 

      {% for item in page.header.slider %}
        <div><img src="{{ url("theme://assets/images") }}/{{ header.permalink }}/{{ item.sliderbild }}" alt="Hotel Fontanella" /></div>
      {% endfor %}

      How can i resize the images without the .media object?
      Any ideas?

      Best regards

Suggested topics

Topic Participants Replies Views Activity
Archive · by Deleted User, 9 years ago
0 1352 9 years ago
Archive · by Muut Archive, 9 years ago
2 935 9 years ago
Archive · by Muut Archive, 9 years ago
2 4064 9 years ago
Archive · by Muut Archive, 9 years ago
1 2949 9 years ago
Archive · by Muut Archive, 9 years ago
3 1119 9 years ago