diff --git a/src/App.vue b/src/App.vue
index 0d0f941..c8162f8 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -1,28 +1,48 @@
-
+
diff --git a/src/components/ScrollList/ScrollList.vue b/src/components/ScrollList/ScrollList.vue
index 9f1b6e6..736e783 100644
--- a/src/components/ScrollList/ScrollList.vue
+++ b/src/components/ScrollList/ScrollList.vue
@@ -5,6 +5,9 @@
v-if="chunkList.length"
rewind
:autoplay="chunkList.length > 1 ? { delay: 15000 } : false"
+ observer
+ observe-parents
+ observe-slide-children
:modules="modules"
style="height: 879px"
@swiper="swiperInit"
@@ -25,10 +28,7 @@