質問編集履歴
2
\.slider02のautoplayがfalseになっていたため、これをtrueに修正しました。
title
CHANGED
File without changes
|
body
CHANGED
@@ -26,7 +26,7 @@
|
|
26
26
|
infinite: true,
|
27
27
|
slidesToShow: 4,
|
28
28
|
adaptiveHeight: true,
|
29
|
-
autoplay:
|
29
|
+
autoplay: true,
|
30
30
|
speed: 500,
|
31
31
|
autoplaySpeed: 3000,
|
32
32
|
accessibility: false,
|
1
初心者バッジを追加しました
title
CHANGED
File without changes
|
body
CHANGED
File without changes
|