From e392b665067729cf1f5156589215a9981ecd8647 Mon Sep 17 00:00:00 2001 From: xaoxuu Date: Thu, 11 Mar 2021 23:19:41 +0800 Subject: [PATCH] update --- source/css/_custom.styl | 2 +- source/js/main.js | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) 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