xaoxuu / hexo-theme-stellar

内置文档系统的简约商务风Hexo主题,支持大量的标签组件和动态数据组件。
https://xaoxuu.com/wiki/stellar/
MIT License
1.3k stars 320 forks source link

Some problem about swiper plugin #218

Closed Avalon1997 closed 1 year ago

Avalon1997 commented 1 year ago
{% swiper effect:cards width:max %}
{% image Wafer1.jpeg %}
{% image Wafer2.jpg %}
{% image Wafer3.jpg %}
{% endswiper %}

This is my code, but it doesn't work!!! image

xaoxuu commented 1 year ago

请提供链接:

Avalon1997 commented 1 year ago

The blog under my domain is an old version. New version can only watch on my local environment.

shaoyaoqian commented 1 year ago

be watched

parasolwaddledee commented 1 year ago

If you are using the latest v1.18.1 version of stellar, please also try to update the swiper version under _config.stellar.yml:

  # swiper
  swiper:
    enable: true
    css: https://unpkg.com/swiper@8/swiper-bundle.min.css
    js: https://unpkg.com/swiper@8/swiper-bundle.min.js
Avalon1997 commented 1 year ago

If you are using the latest v1.18.1 version of stellar, please also try to update the swiper version under _config.stellar.yml:

  # swiper
  swiper:
    enable: true
    css: https://unpkg.com/swiper@8/swiper-bundle.min.css
    js: https://unpkg.com/swiper@8/swiper-bundle.min.js

Thanks a lot! Thats help!