How is Zhihu's picture loaded with the scrolling position?

for example:
https://www.zhihu.com/questio.

I examined it and found that the picture I can see is different from the picture box that is not in the view area, and it will only be displayed when scrolling into the view area.
doesn"t know how this preloading is implemented, and what to do if you want to cancel it?

Nov.19,2021

  

this is not preloading, this is lazy loading.
preloading is to load all resources in place at once in advance, and lazy loading will only be loaded when needed.
there will be differences in implementation. Look for your own information.

Menu