diff --git a/demos/index.html b/demos/index.html index 7ad773c..2d979df 100644 --- a/demos/index.html +++ b/demos/index.html @@ -18,12 +18,15 @@ height: 100px; border-bottom: 1px solid gray; } - + .swiper-container { width: 100%; height: 100%; } - + .swiper-slide-active > img { + width: 72px; + height: 72px; + } .swiper-slide { text-align: center; font-size: 18px; @@ -41,7 +44,7 @@