图像只应在向下滚动以减少带宽时加载

Images should only load when scrolling down to reduce bandwidth

嗯,我正在读出一个图像文件夹,假设有 300 张图像 php。 它运行良好。

为了减少带宽,我只想加载图像,如果它们在视口中。

据我了解,您正在寻找无限滚动。

您有一些插件可以帮助您:

http://jscroll.com/

http://infinite-scroll.com

如果我没记错的话,您希望在向下滚动页面时加载图片。因此,您需要在应用程序中使用 lazy loading

See this example

如果您有任何问题,请告诉我。