question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Is it possible to apply multiple transformations by chaining the query params? something like image.jpg?webp?trace?resize

Issue Analytics

  • State:open
  • Created 4 years ago
  • Reactions:11
  • Comments:8

github_iconTop GitHub Comments

4reactions
jeremiedubuiscommented, Aug 4, 2020

responsive-loader now supports webp format conversion: https://github.com/dazuaz/responsive-loader/issues/42

image.jpg?resize&sizes[]=800,sizes[]=1200,sizes[]=1440,sizes[]=1600,sizes[]=1900&format=webp

0reactions
nathanosdevcommented, Dec 29, 2020

I got this working now using sharp instead of jimp. https://github.com/cyrilwanner/next-optimized-images/issues/207

Read more comments on GitHub >

github_iconTop Results From Across the Web

picture srcset with webp - how to implement sizes?
I'm trying to have a picture tag with WebP support. ( load image-full if the screensize ...
Read more >
Using WebP Images - CSS-Tricks
Using WebP images can yield substantially lower file sizes for your images, ... <picture> <source srcset="img/awesomeWebPImage.webp" ...
Read more >
A picture element to load correctly resized webp images in ...
The first step: how to load webp images with the picture element? ; <!-- load avif if supported --> · source srcset ·...
Read more >
Use WebP images - web.dev
WebP images are smaller than their JPEG and PNG counterparts—usually on the magnitude of ... <source type="image/webp" srcset="flower.webp">
Read more >
Transform image in webp and get srcset
This method accepts an image transform which can include the desired output format. {% set image = entry.someImageField.one() %} {% set ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found