回答編集履歴

1

htmlを修正しました

2018/08/05 12:27

投稿

takopo
takopo

スコア484

test CHANGED
@@ -31,3 +31,21 @@
31
31
  }
32
32
 
33
33
  ```
34
+
35
+ ### 追記
36
+
37
+ ```html
38
+
39
+ <div class="fotorama" data-nav="thumbs" data-width="660" data-height="540" data-thumbheight="90" data-thumbwidth="149" data-loop="true" data-transition="crossfade" data-autoplay="true">
40
+
41
+ <div data-img="img/01.jpg"><a href="http://google.co.jp"></a></div>
42
+
43
+ <div data-img="img/02.jpg"><a href="http://yahoo.co.jp"></a></div>
44
+
45
+ <div data-img="img/03.jpg"><a href="https://wikipedia.org"></a></div>
46
+
47
+ <div data-img="img/04.jpg"><a href="https://teratail.com"></a></div>
48
+
49
+ </div>
50
+
51
+ ```