If your images are not loaded fast enough, you are recommended to tell the browser about the image sizes by the inline style settings. For example, instead of:
<img src="imgs/1.jpg" alt="abc" />
You should:
<img src="imgs/1.jpg" alt="abc" style="width:500px; height:200px;" />