バグ修正 TOPページスライドの中央要素を先頭に表示していた(左に1つずらす必要があった)

parent 59ec926c
...@@ -66,6 +66,7 @@ ...@@ -66,6 +66,7 @@
} }
}] }]
}); });
$('.c-slide1__inner').slick('slickGoTo', 1, true);
}, },
error: function(data) { error: function(data) {
var response = $.parseJSON(data.responseText); var response = $.parseJSON(data.responseText);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment