Lazy Load Codes Works fine

  <data:post.body/>         

      <script> 

        //<![CDATA[// LAZY LOAD ALL IMAGES

        function webipy() {

        let allImgs = document.querySelectorAll('.postBody img');

        let allDivs = document.querySelectorAll(".postBody img");

        if (allImgs.length > 0)

                for (i = 0; i < allImgs.length; i++) {

                        allImgs[i].alt = document.title;

                        let splitUrl = allImgs[i].src.split('/');

                        if (splitUrl.length == 9) {

                                if (!splitUrl[7].includes('-rw')) splitUrl[7] = (splitUrl[7] == 's1600' ? 's600' : splitUrl[7]) + '-rw';

                                allImgs[i].src = splitUrl.join('/');

                        } else if (splitUrl.length == 6 && splitUrl[splitUrl.length - 1].includes('=s')) {

let parts = splitUrl[5].split('=');

if(parts[1].includes('s1600')) parts[1] = 's600-rw';

else parts[1] = parts[1] + '-rw';

splitUrl[5] = parts.join('=');

                                allImgs[i].src = splitUrl.join('/');

                        } else {

splitUrl[5] = splitUrl[5] + '=s600-rw';

allImgs[i].src = splitUrl.join('/');

}

                        if (!allDivs[i].getAttribute('data-src')) {

                                allDivs[i].setAttribute('data-src', allDivs[i].src);

allDivs[i].removeAttribute('src');

                                /*allDivs[i].setAttribute('src', 'https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjthDVmYcQ7sX8shB4Fl_nbC8JIPDLd-Iy9tNzQmQtk3CYEX7qigOrM-9LIIQFZ8QFtb-IoqaPfV4-rlB6PGso-4sSNnC5QtKYMvhyb5TLmyKdYvn2e96eR90UTMfVEwEihT-yKWYx9WpNfdyd9QvtbcRda1AcZKgcC_iSQih9RYs5OfJO4_-s8sqY-gH-h/s400-rw/ezgif.com-gif-to-webp.webp');

allDivs[i].removeAttribute('height');

                                if (!window.location.href.includes('/p/buy-account.html') && allDivs[i].getAttribute('data-original-width')) allDivs[i].setAttribute('width', allDivs[i].getAttribute('data-original-width'));

                                if (!window.location.href.includes('/p/buy-account.html') && allDivs[i].getAttribute('data-original-height')) allDivs[i].setAttribute('max-height', allDivs[i].getAttribute('data-original-height'));*/

                                allDivs[i].setAttribute('class', 'lazy');

                        }

                }

}

webipy();

        /*]]>*/

      </script>









function webipy() {

        let allImgs = document.querySelectorAll('.postBody img');

        let allDivs = document.querySelectorAll(".postBody img");

        if (allImgs.length > 0)

                for (i = 0; i < allImgs.length; i++) {

                        allImgs[i].alt = document.title;

                        let splitUrl = allImgs[i].src.split('/');

                        if (splitUrl.length == 9) {

                                if (!splitUrl[7].includes('-rw')) splitUrl[7] = (splitUrl[7] == 's1600' || splitUrl[7].length > 5 ? 's600' : splitUrl[7]) + '-rw';

                                allImgs[i].src = splitUrl.join('/');

                        } else if (splitUrl.length == 6 && splitUrl[splitUrl.length - 1].includes('=')) {

let parts = splitUrl[5].split('=');

if(parts[1].includes('s1600')) parts[1] = 's600-rw';

else parts[1] = parts[1] + '-rw';

splitUrl[5] = parts.join('=');

                                allImgs[i].src = splitUrl.join('/');

                        } else {

splitUrl[5] = splitUrl[5] + '=s600-rw';

allImgs[i].src = splitUrl.join('/');

}

                        if (!allDivs[i].getAttribute('data-src')) {

                                allDivs[i].setAttribute('data-src', allDivs[i].src);

allDivs[i].removeAttribute('src');

                                /*allDivs[i].setAttribute('src', 'https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjthDVmYcQ7sX8shB4Fl_nbC8JIPDLd-Iy9tNzQmQtk3CYEX7qigOrM-9LIIQFZ8QFtb-IoqaPfV4-rlB6PGso-4sSNnC5QtKYMvhyb5TLmyKdYvn2e96eR90UTMfVEwEihT-yKWYx9WpNfdyd9QvtbcRda1AcZKgcC_iSQih9RYs5OfJO4_-s8sqY-gH-h/s400-rw/ezgif.com-gif-to-webp.webp');

allDivs[i].removeAttribute('height');

                                if (!window.location.href.includes('/p/buy-account.html') && allDivs[i].getAttribute('data-original-width')) allDivs[i].setAttribute('width', allDivs[i].getAttribute('data-original-width'));

                                if (!window.location.href.includes('/p/buy-account.html') && allDivs[i].getAttribute('data-original-height')) allDivs[i].setAttribute('max-height', allDivs[i].getAttribute('data-original-height'));*/

                                allDivs[i].setAttribute('class', 'lazy');

                        }

                }

}

webipy();