Quantcast
Channel: CSSタグが付けられた新着記事 - Qiita
Viewing all articles
Browse latest Browse all 8591

Swiper Slider Space matter on Smartphone. Swiperのスライダーでスマホ表示の時にできる余分なスペースの解消。

$
0
0

To make space smaller Swiper slider when viewing on smartphone.
Swiperのスライダーを利用したときにスマホ(縦)表示で余分なスペースを解消。

Too much of space like below.
以下のようにスライダーの上下にスペースが。。。
20210126_002546.jpg
There is a solution to make like this.
こんな感じに解決できます。
20210126_002522.jpg

The problem is this CSS code. you can just change this code to like below.
このコードだけではレスポンシブに対応できないので下に書いたスマホとPCでの表示を変えるコードにします。

css
.gallery-top{height: 85%;width: 85%;}

Replace the code above with this code.
以下のコードに書き換えます。

css
@mediascreenand(min-width: 751px){.gallery-top{height: 85%;width: 85%;}}@mediascreenand(max-width: 750px){.gallery-top{max-height: 85%;width: 85%;}}

Viewing all articles
Browse latest Browse all 8591

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>