mirror of
https://github.com/ivabus/www
synced 2024-11-14 08:35:06 +03:00
Fixed Swiper bug
This commit is contained in:
parent
9ffbf68fe5
commit
50345e933b
3 changed files with 1 additions and 4 deletions
|
@ -144,8 +144,6 @@
|
||||||
.swiper-slide {
|
.swiper-slide {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
font-size: 18px;
|
font-size: 18px;
|
||||||
width: 90% !important;
|
|
||||||
margin-right: 5px!important;
|
|
||||||
|
|
||||||
/* Center slide text vertically */
|
/* Center slide text vertically */
|
||||||
display: -webkit-box;
|
display: -webkit-box;
|
||||||
|
|
|
@ -155,7 +155,6 @@ integrity="sha384-ka7Sk0Gln4gmtz2MlQnikT1wXgYsOg+OMhuP+IlRH9sENBO0LRn5q+8nbTov4+
|
||||||
spaceBetween: 10,
|
spaceBetween: 10,
|
||||||
freeMode: true,
|
freeMode: true,
|
||||||
loop: true,
|
loop: true,
|
||||||
loopFillGroupWithBlank: true,
|
|
||||||
pagination: {
|
pagination: {
|
||||||
el: ".swiper-pagination",
|
el: ".swiper-pagination",
|
||||||
clickable: true,
|
clickable: true,
|
||||||
|
|
|
@ -21,7 +21,7 @@
|
||||||
<div class="swiper-slide">{{- partial "package-thumbnail.html" . -}}</div>
|
<div class="swiper-slide">{{- partial "package-thumbnail.html" . -}}</div>
|
||||||
<div class="swiper-slide">{{- partial "package-thumbnail.html" . -}}</div>
|
<div class="swiper-slide">{{- partial "package-thumbnail.html" . -}}</div>
|
||||||
</div>
|
</div>
|
||||||
<!-- <div class="swiper-pagination"></div> -->
|
<div class="swiper-pagination"></div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue