使用Elementor編輯器的【圖片轉盤】
設定好圖庫後
Lazyload – 否
自動播放 – 是
暫停在懸停 – 否
交互時暫停 – 否
自動播放速度 – 0
無限循環 – 是
動畫速度 – 5000
方向 – 左
然後進階>自訂CSS 貼上以下代碼
selector .swiper-wrapper{
-webkit-transition-timing-function: linear !important;
transition-timing-function: linear !important;
}
參考網站:Create a Smooth Infinite Loop Image Carousel with Elementor Pro