質問編集履歴
4
誤字
test
CHANGED
File without changes
|
test
CHANGED
@@ -4,7 +4,7 @@
|
|
4
4
|
|
5
5
|
sauceすべて
|
6
6
|
|
7
|
-
|
7
|
+
|
8
8
|
|
9
9
|
```ここに言語を入力
|
10
10
|
|
3
修正
test
CHANGED
File without changes
|
test
CHANGED
File without changes
|
2
修正
test
CHANGED
File without changes
|
test
CHANGED
@@ -256,6 +256,8 @@
|
|
256
256
|
|
257
257
|
$('.gallery-slider>div,.gallery-slider__images.prev-arrow.next-arrow,.gallery-slider__thumbnails.prev-arrow.next-arrow').each(function(i){
|
258
258
|
|
259
|
+
|
260
|
+
|
259
261
|
$(this).addClass('data-id' + i);
|
260
262
|
|
261
263
|
$(this).find('.slider-for').slick({
|
@@ -272,9 +274,7 @@
|
|
272
274
|
|
273
275
|
$(this).find('.gallery-slider__thumbnails>div').slick({
|
274
276
|
|
275
|
-
|
277
|
+
|
276
|
-
|
277
|
-
slidesToScroll: 1, */
|
278
278
|
|
279
279
|
prevArrow:'data-id'+i+' .gallery-slider__thumbnails .prev-arrow',
|
280
280
|
|
@@ -282,17 +282,7 @@
|
|
282
282
|
|
283
283
|
asNavFor: 'data-id'+i+' .gallery-slider .gallery-slider__images>div',
|
284
284
|
|
285
|
-
|
285
|
+
|
286
|
-
|
287
|
-
centerMode: true,
|
288
|
-
|
289
|
-
focusOnSelect: true,
|
290
|
-
|
291
|
-
autoplay: false,
|
292
|
-
|
293
|
-
autoplaySpeed: 5000,
|
294
|
-
|
295
|
-
speed: 1000 */
|
296
286
|
|
297
287
|
});
|
298
288
|
|
1
修正
test
CHANGED
File without changes
|
test
CHANGED
@@ -256,19 +256,11 @@
|
|
256
256
|
|
257
257
|
$('.gallery-slider>div,.gallery-slider__images.prev-arrow.next-arrow,.gallery-slider__thumbnails.prev-arrow.next-arrow').each(function(i){
|
258
258
|
|
259
|
-
/* $(this).attr('id', 'data-id' + i); */
|
260
|
-
|
261
259
|
$(this).addClass('data-id' + i);
|
262
260
|
|
263
261
|
$(this).find('.slider-for').slick({
|
264
262
|
|
265
|
-
|
263
|
+
|
266
|
-
|
267
|
-
slidesToScroll: 1,
|
268
|
-
|
269
|
-
arrows: false,
|
270
|
-
|
271
|
-
fade: true, */
|
272
264
|
|
273
265
|
prevArrow:'data-id'+i+' .gallery-slider__images .prev-arrow',
|
274
266
|
|