BreakOutEvent / breakout-frontend

Web Frontend
GNU Affero General Public License v3.0
6 stars 2 forks source link

Use unifed resizing / transformation strategy for all assets #301

Open florianschmidt1994 opened 6 years ago

florianschmidt1994 commented 6 years ago

With cloudinary we are able to resize assets on the fly by modifying the request url. Each resizing costs us credits (the first time we do it? @thepiwo), which is why we should decide on a standard set of sizes for different assets that we want to use, in order to keep that number low

thepiwo commented 6 years ago

Do you think we will reach the limits of our plan?

florianschmidt1994 commented 6 years ago

I'm not sure. Image resizing should not be a problem, but it might be in combination with some of the video stuff that is happening. Maybe we should do a back-of-the-envelope calculation at some point