update
This commit is contained in:
parent
f301a51528
commit
e392b66506
|
@ -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)
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue