Igor150195

Вызов ленивой подгрузки

Apr 15th, 2021 (edited)
405
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.    
  2.                 if (readCookie('rootMarginCookie')) {
  3.                     shop2_gr.methods.grLazyLoad({
  4.                         selector: 'gr_lazy_load_block',
  5.                         margin: '100px'
  6.                     });
  7.                 } else {
  8.                     shop2_gr.methods.grLazyLoad({
  9.                         selector: 'gr_lazy_load_block'
  10.                     });
  11.                 };
  12.                 if (!readCookie('rootMarginCookie')) {
  13.                     createCookie('rootMarginCookie', 1, 1); // Создаем куку, чтобы увеличить расстояние, при котором появляются блоки
  14.                 };
Add Comment
Please, Sign In to add comment