Ok. Banging my head against the wall here trying to figure out how to progressively optimize images. Got questions about WebP, fallbacks, and more. A thread...
-
-
I use a combination of the html5 picture element and a third party service like cloudinary or imgix. Specify multiple versions of the image (usually one for each breakpoint) and let the service do the format optimisations.https://developer.mozilla.org/en-US/docs/Web/HTML/Element/picture …
Dziękujemy. Twitter skorzysta z tych informacji, aby Twoja oś czasu bardziej Ci odpowiadała. CofnijCofnij
-
-
-
my life for a Statamic addon that integrates into
@cloudinary - now that would be epic -
It's something I'm looking at...
Koniec rozmowy
Nowa rozmowa -
-
-
You can setup a sync between an S3 bucket and cloudinary this way anything you upload there will be available for you. Another option is to always upload your images to cloudinary and reference the URL they return. Using small tags like f_auto, fl_loosy and q_auto will help
-
Using q_auto will auto convert the image to the best format that the browser supports
Koniec rozmowy
Nowa rozmowa -
-
-
https://cloudinary.com/blog/adaptive_browser_based_image_format_delivery … This is the stuff right here dude, just used this to reduce our landing page size by 61%

-
Nice. Oh and look. A dropbear looking for its next victim.
- Pokaż odpowiedzi
Nowa rozmowa -
-
-
Hi
, You’re right ! @cloudinary offers these services you’ve listed amongst other awesome things! Check out the documentation for this, if you have any questions. I’m happy to chat about it, I just followed you
https://cloudinary.com/documentation/image_transformations …Dziękujemy. Twitter skorzysta z tych informacji, aby Twoja oś czasu bardziej Ci odpowiadała. CofnijCofnij
-
Wydaje się, że ładowanie zajmuje dużo czasu.
Twitter jest przeciążony lub wystąpił chwilowy problem. Spróbuj ponownie lub sprawdź status Twittera, aby uzyskać więcej informacji.
building
Feels like I should be able to do all this stuff locally and just push it up to the server:
- Dynamically generate WebP images for all my JPGs and PNGs.
- Easily introduce WebP into my code (with JPG/PNG fallbacks)