update
This commit is contained in:
parent
f301a51528
commit
e392b66506
|
@ -64,10 +64,10 @@ $border-block = 4px
|
||||||
--gap-l: 16px
|
--gap-l: 16px
|
||||||
// desktop or larger
|
// desktop or larger
|
||||||
@media screen and (min-width: $device-desktop)
|
@media screen and (min-width: $device-desktop)
|
||||||
--width-left: 320px
|
|
||||||
--gap-l: 32px
|
--gap-l: 32px
|
||||||
// desktop 2k or larger
|
// desktop 2k or larger
|
||||||
@media screen and (min-width: $device-2k)
|
@media screen and (min-width: $device-2k)
|
||||||
|
--width-left: 320px
|
||||||
--width-main: 740px
|
--width-main: 740px
|
||||||
// desktop 4k or larger
|
// desktop 4k or larger
|
||||||
@media screen and (min-width: $device-4k)
|
@media screen and (min-width: $device-4k)
|
||||||
|
|
|
@ -290,7 +290,6 @@ if (stellar.plugins.lazyload) {
|
||||||
// to make LazyLoad self-initialize
|
// to make LazyLoad self-initialize
|
||||||
window.lazyLoadOptions = {
|
window.lazyLoadOptions = {
|
||||||
elements_selector: ".lazy",
|
elements_selector: ".lazy",
|
||||||
threshold: 0
|
|
||||||
};
|
};
|
||||||
// Listen to the initialization event
|
// Listen to the initialization event
|
||||||
// and get the instance of LazyLoad
|
// and get the instance of LazyLoad
|
||||||
|
|
Loading…
Reference in New Issue