mirror of
https://github.com/ivabus/www
synced 2024-11-10 16:15:16 +03:00
Fixed Swiper bug
This commit is contained in:
parent
9ffbf68fe5
commit
50345e933b
|
@ -144,8 +144,6 @@
|
|||
.swiper-slide {
|
||||
text-align: center;
|
||||
font-size: 18px;
|
||||
width: 90% !important;
|
||||
margin-right: 5px!important;
|
||||
|
||||
/* Center slide text vertically */
|
||||
display: -webkit-box;
|
||||
|
|
|
@ -155,7 +155,6 @@ integrity="sha384-ka7Sk0Gln4gmtz2MlQnikT1wXgYsOg+OMhuP+IlRH9sENBO0LRn5q+8nbTov4+
|
|||
spaceBetween: 10,
|
||||
freeMode: true,
|
||||
loop: true,
|
||||
loopFillGroupWithBlank: true,
|
||||
pagination: {
|
||||
el: ".swiper-pagination",
|
||||
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>
|
||||
<!-- <div class="swiper-pagination"></div> -->
|
||||
<div class="swiper-pagination"></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue