diff --git a/source/css/_custom.styl b/source/css/_custom.styl index cad99ae..0a58588 100644 --- a/source/css/_custom.styl +++ b/source/css/_custom.styl @@ -64,10 +64,10 @@ $border-block = 4px --gap-l: 16px // desktop or larger @media screen and (min-width: $device-desktop) - --width-left: 320px --gap-l: 32px // desktop 2k or larger @media screen and (min-width: $device-2k) + --width-left: 320px --width-main: 740px // desktop 4k or larger @media screen and (min-width: $device-4k) diff --git a/source/js/main.js b/source/js/main.js index 1c604c8..4456cb6 100644 --- a/source/js/main.js +++ b/source/js/main.js @@ -290,7 +290,6 @@ if (stellar.plugins.lazyload) { // to make LazyLoad self-initialize window.lazyLoadOptions = { elements_selector: ".lazy", - threshold: 0 }; // Listen to the initialization event // and get the instance of LazyLoad