|
|
|
|
|
by throwmeaway1212
1159 days ago
|
|
Because it's done server side so that the minimal size can be sent to the client whilst also aiming to get maximum quality. It means you don't always have to send the largest highest image to every user, you can just send the most efficient/appropriate image. i.e. If you wanted a thumbnail of a massive image and it was done client side then you'd have to send that massive image even if it wasn't needed. |
|