I've got a site that's heavy on the images. I only know the old-school way of serving this kind of content: take photos and resize/crop them down to the exact dimensions I want and choose a good compression ratio, then put them in /assets/images on the server and link them on the site.
There has got to be better ways to do this.
Hosting from Amazon S3? What about having the Amazon server dynamically resize/crop the images so that all I have to do is obtain images of one size instead of manually resizing them myself? I've seen websites that seem to pass a parameter or something in the image file name, and you can change the numbers to get back an image of a different size.
There has got to be better ways to do this.
Hosting from Amazon S3? What about having the Amazon server dynamically resize/crop the images so that all I have to do is obtain images of one size instead of manually resizing them myself? I've seen websites that seem to pass a parameter or something in the image file name, and you can change the numbers to get back an image of a different size.
Last edited: