I use imgix. I honestly don't know how do they compare in terms of pricing or response time, but their on-the-fly image processing is great. I don't need to worry about generating multiple thumbnail versions ahead of time. I just prepend parameter to the URL like ?w=100&h=100 and it automatically generates them for me as needed.
I use imgix. I honestly don't know how do they compare in terms of pricing or response time, but their on-the-fly image processing is great. I don't need to worry about generating multiple thumbnail versions ahead of time. I just prepend parameter to the URL like
?w=100&h=100and it automatically generates them for me as needed.Thanks Marc. Used on fly image processing. It works great.