Community guidelines
Please keep discussions civil and on-topic. Repeated violations may lead to a temporary ban.
Mathieu Lecouturier Newcomer
@MLecout · Joined 8 years ago · 3 posts · 1 topics · 0 reputation
Badges
Recent posts
-
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