How big are the images you use? You should try to make the image sizes as small as possible.
You can try preloading the images in JavaScript ( Image object). Thus, when the user scrolls down, the images are already loading (or partially loading).
source share