Mathieu Lecouturier Newcomer New
@MLecout · Joined 8 years ago · 4 posts · 2 topics · 0 reputation
Badges
Recent posts
-
Storing Flex-Objects at the page level
· 16 hours 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