This commit is contained in:
xaoxuu 2021-03-11 23:19:41 +08:00
parent f301a51528
commit e392b66506
2 changed files with 1 additions and 2 deletions

View File

@ -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)

View File

@ -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