We run a site where we take merchant feeds and display on our pages. Included in these feeds are images that are hotlinked to the merchants image.
The problem we have is that these images are very large in size (500kb +) and we are only displaying a thumbnail of the image on our site which is resized using CSS.
We acknowledge that we could download the images and host them internally (and resize), but assuming that this is not possible, is there any way we can manipulate the image in the HTML which reduces the KB size and therefore improves the load speed?
Has anyone else had this problem?
Cheers,
Wesiwyg