Forum Moderators: not2easy
Thank you
If you are already using this method, then I can only suggest the items Distel has already suggested. Optimising the images, keeping them as small as possible and choosing the right format.
Example:
A 600 X 800 pixel image(true size) can be displayed at 150 X 200 pixels on a webpage.
<img src="src" width="150" height="200">
Problem is, the image is still really 600 X 800.
You may have already know that, but just in case...