Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- if (readCookie('rootMarginCookie')) {
- shop2_gr.methods.grLazyLoad({
- selector: 'gr_lazy_load_block',
- margin: '100px'
- });
- } else {
- shop2_gr.methods.grLazyLoad({
- selector: 'gr_lazy_load_block'
- });
- };
- if (!readCookie('rootMarginCookie')) {
- createCookie('rootMarginCookie', 1, 1); // Создаем куку, чтобы увеличить расстояние, при котором появляются блоки
- };
Add Comment
Please, Sign In to add comment