I'm wondering what is the best practice of uploading an image and saving multiversions of this image with different resolution?
one solution is to save only one version and use handler to resize on demand other solution is to save many versions on server and download the version needed or save one version and use it with width/height attributes
or something else,
what is the best practice ?