質問編集履歴

2

cssを記載しswiperのバージョンを新しくしました。

2021/04/07 00:31

投稿

chinta0257
chinta0257

スコア2

test CHANGED
File without changes
test CHANGED
@@ -264,6 +264,42 @@
264
264
 
265
265
  ```
266
266
 
267
+ ```css
268
+
269
+ .individual-flex {
270
+
271
+ display: flex;
272
+
273
+ }
274
+
275
+
276
+
277
+ .box-left {
278
+
279
+ padding-right: 5%;
280
+
281
+ }
282
+
283
+
284
+
285
+ section.individual-related {
286
+
287
+ margin-top: 11%;
288
+
289
+ }
290
+
291
+
292
+
293
+ .individual-flex p.nam {
294
+
295
+ text-align: left;
296
+
297
+ padding-top: 5%;
298
+
299
+ }
300
+
301
+ ```
302
+
267
303
 
268
304
 
269
305
  ### 試したこと
@@ -271,3 +307,7 @@
271
307
  swiperのslidesPerViewの値を1や4などにしてみましたが、意図した表示にはなりませんでした。slidesPerViewの値を1にしたときは、
272
308
 
273
309
  スタッフの表示が1名になっただけでした。
310
+
311
+
312
+
313
+ ![swiperのバージョンを新しいものにした状態](9438c0824958e5dc493d9c5cac3ed49c.png)

1

swiperのバージョンは 4.1.6です。出力後のHTML追加しました。

2021/04/07 00:31

投稿

chinta0257
chinta0257

スコア2

test CHANGED
File without changes
test CHANGED
@@ -160,6 +160,112 @@
160
160
 
161
161
  ```
162
162
 
163
+ ```HTML
164
+
165
+ <section class="individual-related">
166
+
167
+ <div class="individual-contents">
168
+
169
+ <div class="swiper-container slider02">
170
+
171
+ <div class="swiper-wrapper">
172
+
173
+ <div class="swiper-slide">
174
+
175
+ <div class="individual-flex">
176
+
177
+ <div class="box-left"> <a href="https://URLが入ります/staff/%e3%82%b9%e3%82%bf%e3%83%83%e3%83%953">
178
+
179
+ <noscript><img width="130" height="130"
180
+
181
+ src="https://URLが入ります/画像のパスが入ってますtest2-150x150.png"
182
+
183
+ class="attachment-130x130 size-130x130 wp-post-image" alt=""
184
+
185
+ srcset="https://URLが入ります/画像のパスが入ってますtest2-150x150.png 150w, https://URLが入ります/画像のパスが入ってますtest2.png 240w"
186
+
187
+ sizes="(max-width: 130px) 100vw, 130px" /></noscript><img width="130"
188
+
189
+ height="130"
190
+
191
+ src='data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20130%20130%22%3E%3C/svg%3E'
192
+
193
+ data-src="https://URLが入ります/画像のパスが入ってますtest2-150x150.png"
194
+
195
+ class="lazyload attachment-130x130 size-130x130 wp-post-image" alt=""
196
+
197
+ data-srcset="https://URLが入ります/画像のパスが入ってますtest2-150x150.png 150w, https://URLが入ります/画像のパスが入ってますtest2.png 240w"
198
+
199
+ data-sizes="(max-width: 130px) 100vw, 130px" /> </a></div>
200
+
201
+ <div class="box-right">
202
+
203
+ <p class="nam">スタッフ3</p>
204
+
205
+ <p class="aff">所属が入ります。</p>
206
+
207
+ </div>
208
+
209
+ </div>
210
+
211
+ </div>
212
+
213
+ <div class="swiper-slide">
214
+
215
+ <div class="individual-flex">
216
+
217
+ <div class="box-left"> <a href="https://URLが入ります/staff/%e3%82%b9%e3%82%bf%e3%83%83%e3%83%951">
218
+
219
+ <noscript><img width="130" height="130"
220
+
221
+ src="https://URLが入ります/画像のパスが入ってますtest1-150x150.png"
222
+
223
+ class="attachment-130x130 size-130x130 wp-post-image" alt=""
224
+
225
+ srcset="https://URLが入ります/画像のパスが入ってますtest1-150x150.png 150w, https://URLが入ります/画像のパスが入ってますtest1.png 240w"
226
+
227
+ sizes="(max-width: 130px) 100vw, 130px" /></noscript><img width="130"
228
+
229
+ height="130"
230
+
231
+ src='data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20130%20130%22%3E%3C/svg%3E'
232
+
233
+ data-src="https://URLが入ります/画像のパスが入ってますtest1-150x150.png"
234
+
235
+ class="lazyload attachment-130x130 size-130x130 wp-post-image" alt=""
236
+
237
+ data-srcset="https://URLが入ります/画像のパスが入ってますtest1-150x150.png 150w, https://URLが入ります/画像のパスが入ってますtest1.png 240w"
238
+
239
+ data-sizes="(max-width: 130px) 100vw, 130px" /> </a></div>
240
+
241
+ <div class="box-right">
242
+
243
+ <p class="nam">スタッフ1</p>
244
+
245
+ <p class="aff">所属が入ります。</p>
246
+
247
+ </div>
248
+
249
+ </div>
250
+
251
+ </div>
252
+
253
+ </div>
254
+
255
+ <div class="swiper-button-prev"></div>
256
+
257
+ <div class="swiper-button-next"></div>
258
+
259
+ </div>
260
+
261
+ </div>
262
+
263
+ </section>
264
+
265
+ ```
266
+
267
+
268
+
163
269
  ### 試したこと
164
270
 
165
271
  swiperのslidesPerViewの値を1や4などにしてみましたが、意図した表示にはなりませんでした。slidesPerViewの値を1にしたときは、