Slide the picture horizontally on the mobile end beyond the visual area and do not load (incomplete)

when the picture is scanned horizontally on the mobile end, the image is not loaded beyond the visual area (incomplete), and the touch can be loaded immediately. At first, I thought it was a lazy loading problem, but after removing it, there was still this problem code/code

.

.module-slide-ol {
    position: relative;
    display: none;
    overflow-x: auto;
    overflow-y: hidden;
    min-height: 4.6rem;
    padding-left: 0rem;
    white-space: nowrap;
}
Mar.06,2021

looks like the picture is not loaded


solves the problem of ignorance!

Menu