質問編集履歴

2

参考ソースを見やすく少し簡潔にしました

2020/04/13 06:05

投稿

playbyear
playbyear

スコア4

test CHANGED
File without changes
test CHANGED
@@ -26,113 +26,109 @@
26
26
 
27
27
  <div class="detailGallery col-md-12">
28
28
 
29
-
30
-
31
-
32
-
33
-
34
-
35
29
  <ul class="light-slider" id="image-gallery">
36
30
 
37
- <li data-thumb="http://dev.firstproperty.com.hk/wp-content/uploads/01-2.jpg">
38
-
39
- <a href="http://dev.firstproperty.com.hk/wp-content/uploads/01-2.jpg" data-rel="lightbox">
40
-
41
- <img src="http://dev.firstproperty.com.hk/wp-content/uploads/01-2.jpg" alt="" />
42
-
43
- </a>
44
-
45
- </li>
46
-
47
- <li data-thumb="http://dev.firstproperty.com.hk/wp-content/uploads/02-2.jpg">
48
-
49
- <a href="http://dev.firstproperty.com.hk/wp-content/uploads/02-2.jpg" data-rel="lightbox">
50
-
51
- <img src="http://dev.firstproperty.com.hk/wp-content/uploads/02-2.jpg" alt="" />
52
-
53
- </a>
54
-
55
- <span></span>
56
-
57
- </li>
58
-
59
- <li data-thumb="http://dev.firstproperty.com.hk/wp-content/uploads/03-2.jpg">
60
-
61
- <a href="http://dev.firstproperty.com.hk/wp-content/uploads/03-2.jpg" data-rel="lightbox">
62
-
63
- <img src="http://dev.firstproperty.com.hk/wp-content/uploads/03-2.jpg" alt="" />
64
-
65
- </a>
66
-
67
- <span></span>
68
-
69
- </li>
70
-
71
- <li data-thumb="http://dev.firstproperty.com.hk/wp-content/uploads/04-2.jpg">
72
-
73
- <a href="http://dev.firstproperty.com.hk/wp-content/uploads/04-2.jpg" data-rel="lightbox">
74
-
75
- <img src="http://dev.firstproperty.com.hk/wp-content/uploads/04-2.jpg" alt="" />
76
-
77
- </a>
78
-
79
- <span></span>
80
-
81
- </li>
82
-
83
- <li data-thumb="http://dev.firstproperty.com.hk/wp-content/uploads/05-2.jpg">
84
-
85
- <a href="http://dev.firstproperty.com.hk/wp-content/uploads/05-2.jpg" data-rel="lightbox">
86
-
87
- <img src="http://dev.firstproperty.com.hk/wp-content/uploads/05-2.jpg" alt="" />
88
-
89
- </a>
90
-
91
- <span></span>
92
-
93
- </li>
94
-
95
- <li data-thumb="http://dev.firstproperty.com.hk/wp-content/uploads/06-2.jpg">
96
-
97
- <a href="http://dev.firstproperty.com.hk/wp-content/uploads/06-2.jpg" data-rel="lightbox">
98
-
99
- <img src="http://dev.firstproperty.com.hk/wp-content/uploads/06-2.jpg" alt="" />
100
-
101
- </a>
102
-
103
- <span></span>
104
-
105
- </li>
106
-
107
- <li data-thumb="http://dev.firstproperty.com.hk/wp-content/uploads/07.jpg">
108
-
109
- <a href="http://dev.firstproperty.com.hk/wp-content/uploads/07.jpg" data-rel="lightbox">
110
-
111
- <img src="http://dev.firstproperty.com.hk/wp-content/uploads/07.jpg" alt="" />
112
-
113
- </a>
114
-
115
- <span></span>
116
-
117
- </li>
118
-
119
- <li data-thumb="http://dev.firstproperty.com.hk/wp-content/uploads/08.jpg">
120
-
121
- <a href="http://dev.firstproperty.com.hk/wp-content/uploads/08.jpg" data-rel="lightbox">
122
-
123
- <img src="http://dev.firstproperty.com.hk/wp-content/uploads/08.jpg" alt="" />
124
-
125
- </a>
126
-
127
- <span></span>
128
-
129
- </li>
130
-
131
- <li data-thumb="http://dev.firstproperty.com.hk/wp-content/uploads/09.jpg">
132
-
133
- <a href="http://dev.firstproperty.com.hk/wp-content/uploads/09.jpg" data-rel="lightbox">
134
-
135
- <img src="http://dev.firstproperty.com.hk/wp-content/uploads/09.jpg" alt="" />
31
+ <li data-thumb="01-2.jpg">
32
+
33
+ <a href="01-2.jpg" data-rel="lightbox">
34
+
35
+ <img src="01-2.jpg" alt="" />
36
+
37
+ </a>
38
+
39
+ <span></span>
40
+
41
+ </li>
42
+
43
+ <li data-thumb="02-2.jpg">
44
+
45
+ <a href="02-2.jpg" data-rel="lightbox">
46
+
47
+ <img src="02-2.jpg" alt="" />
48
+
49
+ </a>
50
+
51
+ <span></span>
52
+
53
+ </li>
54
+
55
+ <li data-thumb="03-2.jpg">
56
+
57
+ <a href="03-2.jpg" data-rel="lightbox">
58
+
59
+ <img src="03-2.jpg" alt="" />
60
+
61
+ </a>
62
+
63
+ <span></span>
64
+
65
+ </li>
66
+
67
+ <li data-thumb="04-2.jpg">
68
+
69
+ <a href="04-2.jpg" data-rel="lightbox">
70
+
71
+ <img src="04-2.jpg" alt="" />
72
+
73
+ </a>
74
+
75
+ <span></span>
76
+
77
+ </li>
78
+
79
+ <li data-thumb="05-2.jpg">
80
+
81
+ <a href="05-2.jpg" data-rel="lightbox">
82
+
83
+ <img src="05-2.jpg" alt="" />
84
+
85
+ </a>
86
+
87
+ <span></span>
88
+
89
+ </li>
90
+
91
+ <li data-thumb="06-2.jpg">
92
+
93
+ <a href="06-2.jpg" data-rel="lightbox">
94
+
95
+ <img src="06-2.jpg" alt="" />
96
+
97
+ </a>
98
+
99
+ <span></span>
100
+
101
+ </li>
102
+
103
+ <li data-thumb="07.jpg">
104
+
105
+ <a href="07.jpg" data-rel="lightbox">
106
+
107
+ <img src="07.jpg" alt="" />
108
+
109
+ </a>
110
+
111
+ <span></span>
112
+
113
+ </li>
114
+
115
+ <li data-thumb="08.jpg">
116
+
117
+ <a href="08.jpg" data-rel="lightbox">
118
+
119
+ <img src="08.jpg" alt="" />
120
+
121
+ </a>
122
+
123
+ <span></span>
124
+
125
+ </li>
126
+
127
+ <li data-thumb="09.jpg">
128
+
129
+ <a href="09.jpg" data-rel="lightbox">
130
+
131
+ <img src="09.jpg" alt="" />
136
132
 
137
133
  </a>
138
134
 
@@ -142,10 +138,6 @@
142
138
 
143
139
  </ul>
144
140
 
145
-
146
-
147
-
148
-
149
141
  </div><!-- eof "detailGallery" -->
150
142
 
151
143
  </div><!-- eof row -->

1

マークダウンされてなかったとのことなので、マークダウンいたしました。スクリーンキャプチャの添付をしました。

2020/04/13 06:05

投稿

playbyear
playbyear

スコア4

test CHANGED
File without changes
test CHANGED
@@ -10,16 +10,154 @@
10
10
 
11
11
  ページが表示されたときに画像が正しく表示されません。
12
12
 
13
+ ![正しくない表示](ad91af8558651b3ddb0dbe0de642483a.png)
14
+
13
15
  ウィンドウサイズを手動で変えると正しく表示されます。リロードでは正しく表示されません。
14
16
 
17
+ ![正しい表示](d10f09df9c9e9f42825348863e7c4782.png)
18
+
15
- 下記参考サイト
19
+ 下記該当html
20
+
16
-
21
+ ```html
22
+
23
+ <section class="sectionGallery">
24
+
25
+ <div class="row">
26
+
27
+ <div class="detailGallery col-md-12">
28
+
29
+
30
+
31
+
32
+
33
+
34
+
35
+ <ul class="light-slider" id="image-gallery">
36
+
37
+ <li data-thumb="http://dev.firstproperty.com.hk/wp-content/uploads/01-2.jpg">
38
+
39
+ <a href="http://dev.firstproperty.com.hk/wp-content/uploads/01-2.jpg" data-rel="lightbox">
40
+
41
+ <img src="http://dev.firstproperty.com.hk/wp-content/uploads/01-2.jpg" alt="" />
42
+
43
+ </a>
44
+
45
+ </li>
46
+
47
+ <li data-thumb="http://dev.firstproperty.com.hk/wp-content/uploads/02-2.jpg">
48
+
49
+ <a href="http://dev.firstproperty.com.hk/wp-content/uploads/02-2.jpg" data-rel="lightbox">
50
+
51
+ <img src="http://dev.firstproperty.com.hk/wp-content/uploads/02-2.jpg" alt="" />
52
+
53
+ </a>
54
+
55
+ <span></span>
56
+
57
+ </li>
58
+
59
+ <li data-thumb="http://dev.firstproperty.com.hk/wp-content/uploads/03-2.jpg">
60
+
61
+ <a href="http://dev.firstproperty.com.hk/wp-content/uploads/03-2.jpg" data-rel="lightbox">
62
+
63
+ <img src="http://dev.firstproperty.com.hk/wp-content/uploads/03-2.jpg" alt="" />
64
+
65
+ </a>
66
+
67
+ <span></span>
68
+
69
+ </li>
70
+
71
+ <li data-thumb="http://dev.firstproperty.com.hk/wp-content/uploads/04-2.jpg">
72
+
73
+ <a href="http://dev.firstproperty.com.hk/wp-content/uploads/04-2.jpg" data-rel="lightbox">
74
+
75
+ <img src="http://dev.firstproperty.com.hk/wp-content/uploads/04-2.jpg" alt="" />
76
+
77
+ </a>
78
+
79
+ <span></span>
80
+
81
+ </li>
82
+
83
+ <li data-thumb="http://dev.firstproperty.com.hk/wp-content/uploads/05-2.jpg">
84
+
85
+ <a href="http://dev.firstproperty.com.hk/wp-content/uploads/05-2.jpg" data-rel="lightbox">
86
+
87
+ <img src="http://dev.firstproperty.com.hk/wp-content/uploads/05-2.jpg" alt="" />
88
+
89
+ </a>
90
+
91
+ <span></span>
92
+
93
+ </li>
94
+
95
+ <li data-thumb="http://dev.firstproperty.com.hk/wp-content/uploads/06-2.jpg">
96
+
97
+ <a href="http://dev.firstproperty.com.hk/wp-content/uploads/06-2.jpg" data-rel="lightbox">
98
+
99
+ <img src="http://dev.firstproperty.com.hk/wp-content/uploads/06-2.jpg" alt="" />
100
+
101
+ </a>
102
+
103
+ <span></span>
104
+
105
+ </li>
106
+
17
- http://dev.firstproperty.com.hk/property/0068/
107
+ <li data-thumb="http://dev.firstproperty.com.hk/wp-content/uploads/07.jpg">
108
+
18
-
109
+ <a href="http://dev.firstproperty.com.hk/wp-content/uploads/07.jpg" data-rel="lightbox">
110
+
19
-
111
+ <img src="http://dev.firstproperty.com.hk/wp-content/uploads/07.jpg" alt="" />
112
+
113
+ </a>
114
+
115
+ <span></span>
116
+
117
+ </li>
118
+
119
+ <li data-thumb="http://dev.firstproperty.com.hk/wp-content/uploads/08.jpg">
120
+
121
+ <a href="http://dev.firstproperty.com.hk/wp-content/uploads/08.jpg" data-rel="lightbox">
122
+
123
+ <img src="http://dev.firstproperty.com.hk/wp-content/uploads/08.jpg" alt="" />
124
+
125
+ </a>
126
+
127
+ <span></span>
128
+
129
+ </li>
130
+
131
+ <li data-thumb="http://dev.firstproperty.com.hk/wp-content/uploads/09.jpg">
132
+
133
+ <a href="http://dev.firstproperty.com.hk/wp-content/uploads/09.jpg" data-rel="lightbox">
134
+
135
+ <img src="http://dev.firstproperty.com.hk/wp-content/uploads/09.jpg" alt="" />
136
+
137
+ </a>
138
+
139
+ <span></span>
140
+
141
+ </li>
142
+
143
+ </ul>
144
+
145
+
146
+
147
+
148
+
149
+ </div><!-- eof "detailGallery" -->
150
+
151
+ </div><!-- eof row -->
152
+
153
+ </section><!-- eof "sectionGallery" -->
154
+
155
+ ```
20
156
 
21
157
  該当css↓
22
158
 
159
+ ```css
160
+
23
161
  .detailGallery {
24
162
 
25
163
  width: 100%;
@@ -44,6 +182,8 @@
44
182
 
45
183
  }
46
184
 
185
+
186
+
47
187
  #image-gallery li:before {
48
188
 
49
189
  content: "";
@@ -78,4 +218,8 @@
78
218
 
79
219
 
80
220
 
221
+ ```
222
+
223
+
224
+
81
225
  もしどなたか原因を解決策がお分かりになればアドバイスをお願いいたします!