Jump to content
  • 0

Не внедряется lazy load прокрутка


BlackSparrow
 Share

Question

День добрый форумчане. Нужна ваша помощь в установке на сайт lazy load прокрутки. Так как на одной странице очень много изображений, и необходимо что бы они подгружались по порядку. 
Буду очень рад вашей помощи, сам уже несколько дней пытаюсь внедрить прокрутку на сайт но все тщетно. 
Во вложениях прилагаю сам сайт и пример lazy load прокрутки.
Необходимо внедрить прокрутку во кладку work.
ссылка на файлы

Link to comment
Share on other sites

4 answers to this question

Recommended Posts

  • 0

А где сам сайт?

 

Вообще вроде как скрипт очень простой тебе нужно в низу страницы разместить код
 

    <script src="../polyfills/closest.js"></script>
    <script src="../blazy.js"></script>
    <script>
    window.bLazy = new Blazy({
        container: '.container',
        success: function(element){
            console.log("Element loaded: ", element.nodeName);
        }
    });
    </script>

И немного изменить картинки например у тебя были <img src="url"  а нужно чтобы было <img class="b-lazy" data-src="url"

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. See more about our Guidelines and Privacy Policy