質問編集履歴

1

ソースをcodeにして描きなおしました。

2018/07/30 15:12

投稿

noraneco
noraneco

スコア11

test CHANGED
@@ -1 +1 @@
1
- jQuery fotorama サムネイル付きスライダーの写真から別ページへLinkさせたい
1
+ fotorama スライダーのサムネイル付き、画像からリンクさせたい
test CHANGED
@@ -28,6 +28,10 @@
28
28
 
29
29
  HTMLソース
30
30
 
31
+
32
+
33
+ ```
34
+
31
35
  <div class="fotorama" data-nav="thumbs" data-thumbheight="90" data-thumbwidth="149"data-autoplay="true" data-stopautoplayontouch="false">
32
36
 
33
37
  <a href="img/01.jpg"><img src="img/01-s.jpg">
@@ -39,6 +43,8 @@
39
43
  <a href="img/04.jpg"><img src="img/04-s.jpg"></a>
40
44
 
41
45
  </div>
46
+
47
+ ```
42
48
 
43
49
 
44
50
 
@@ -54,7 +60,7 @@
54
60
 
55
61
  HTMLソース
56
62
 
57
- <div class="fotorama" data-nav="thumbs" data-thumbheight="90" data-thumbwidth="149"data-autoplay="true" data-stopautoplayontouch="false">
63
+ ```<div class="fotorama" data-nav="thumbs" data-thumbheight="90" data-thumbwidth="149"data-autoplay="true" data-stopautoplayontouch="false">
58
64
 
59
65
  <a href="img/01.jpg"><img src="img/01-s.jpg"><a href="../test/test.html#test01"></a>
60
66
 
@@ -64,11 +70,15 @@
64
70
 
65
71
  <a href="img/04.jpg"><img src="img/04-s.jpg"></a>
66
72
 
73
+ ```
74
+
75
+
76
+
67
77
 
68
78
 
69
79
  css
70
80
 
71
- .fotorama__html div,
81
+ ```.fotorama__html div,
72
82
 
73
83
  .fotorama__html a {
74
84
 
@@ -88,6 +98,8 @@
88
98
 
89
99
  }
90
100
 
101
+ ```
102
+
91
103
 
92
104
 
93
105
  上記の