Skip to content
Snippets Groups Projects
Commit 7269cb44 authored by Barnabás Czémán's avatar Barnabás Czémán
Browse files

enable lazyload in slider

parent 1d439a7e
No related branches found
No related tags found
No related merge requests found
...@@ -24,6 +24,7 @@ const settings = { ...@@ -24,6 +24,7 @@ const settings = {
slidesToShow: 1, slidesToShow: 1,
slidesToScroll: 1, slidesToScroll: 1,
centerMode: true, centerMode: true,
lazyLoad: true,
}; };
const range = (count) => { const range = (count) => {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment