diff --git a/core/module/theme/theme.php b/core/module/theme/theme.php index 2d0f6fc..a1a402b 100644 --- a/core/module/theme/theme.php +++ b/core/module/theme/theme.php @@ -980,7 +980,7 @@ class theme extends common { if( $effect === 'vertical'){ $size = getimagesize($imageFile[0]); $swiperContent .= ''; - //$swiperContent .= ''; + $swiperContent .= ''; } $swiperContent .= '
'; foreach($imageFile as $value ) { diff --git a/core/vendor/swiper/jshead.inc.json b/core/vendor/swiper/jshead.inc.json index 89530b7..80916be 100644 --- a/core/vendor/swiper/jshead.inc.json +++ b/core/vendor/swiper/jshead.inc.json @@ -1,4 +1,3 @@ [ - "swiper-bundle.min.js", - "swiperEffectVertical.js" + "swiper-bundle.min.js" ]