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

Mathieu Lecouturier Newcomer

@MLecout · Joined 8 years ago · 5 posts · 2 topics · 0 reputation

Badges

✏️ First Post 💬 Conversation Starter

Recent posts

  • Storing Flex-Objects at the page level · 3 weeks ago

    I have pages using a Workshop template. Each workshop accept one or more Participants who I wish to create using a custom Flex Object. And I would like to store the Participants in the folder of the r

  • Storing Flex-Objects at the page level · 3 weeks ago

    Hi, I'm trying to understand if and how it would be possible to store Flex-objects collection at the page level. My objective would be to create a new Flex-object type called "Participant" and then u

  • How to get the URL of the largest image in a Srcset · 5 years ago

    @pamtbaau: .higherQualityAlternative() Thanks a lot! It works just fine. *Just wondering if I missed that method in the documentation... where did you find it?

  • How to get the URL of the largest image in a Srcset · 5 years ago

    @Karmalakas, I agree, full size image should be in <a href="[email protected]">. But, image.url return the @1x version of the picture as you can see in the code generated below : <a href="/images/

  • How to get the URL of the largest image in a Srcset · 5 years ago

    Hi, I'm looking for a way to get the Url to the largest/original image from a Srcset. My objective would be to open it in a fullscreen lightbox using the featherlight plugin. The code I'm using right