My Authors
Read all threads
Day 14: let’s talk about delivering media assets at the desired size to your users.

Most developers resize images on the client using CSS. But this is bad.

It’s bad because you have allowed the user to download the original heavy image with their data. #25DaysOfMediaMagic 😎😇
You don’t have to do that. With @cloudinary you can deliver the asset with the right dimensions as a very light asset to the user.

Just use @cloudinary <img> or <video> tags in HTML with the desired dimensions and embed in your site like so:

Check out the next tweet...
The code would look like so:

cl_image_tag(“sample.jpg”, :width=>300, :height=>100, :crop=>”scale”)

Which will result in HTML code like so:

<img src=”res.cloudinary.com/demo/image/upl…”> #25DaysOfMediaMagic 🔥🔥🔥🔥
This way you don’t have to worry about shipping too many bytes to your users.

You immediately move from a wicked to a thoughtful developer.

We’ll continue tomorrow. Stay tuned! #25DaysOfMediaMagic 🚀 🚀 🚀
Missing some Tweet in this thread? You can try to force a refresh.

Enjoying this thread?

Keep Current with #25DaysOfMediaMagic 🔥🚀

Profile picture

Stay in touch and get notified when new unrolls are available from this author!

Read all threads

This Thread may be Removed Anytime!

Twitter may remove this content at anytime, convert it as a PDF, save and print for later use!

Try unrolling a thread yourself!

how to unroll video

1) Follow Thread Reader App on Twitter so you can easily mention us!

2) Go to a Twitter thread (series of Tweets by the same owner) and mention us with a keyword "unroll" @threadreaderapp unroll

You can practice here first or read more on our help page!

Follow Us on Twitter!

Did Thread Reader help you today?

Support us! We are indie developers!


This site is made by just three indie developers on a laptop doing marketing, support and development! Read more about the story.

Become a Premium Member ($3.00/month or $30.00/year) and get exclusive features!

Become Premium

Too expensive? Make a small donation by buying us coffee ($5) or help with server cost ($10)

Donate via Paypal Become our Patreon

Thank you for your support!