swiper-container
with swiper
on the main Swiper element in Webflow for version 7 compatibility.swiper-wrapper
for the slide wrapper and swiper-slide
for individual slides.In Swiper version 7.0, some default class names and required structures changed compared to earlier versions, impacting how Swiper is implemented visually and programmatically in Webflow.
swiper
class (was previously swiper-container
in earlier versions).swiper-wrapper
(same as before).swiper-slide
class (same as before).swiper-container
→ swiper
: This is the most noticeable breaking change. Swiper no longer uses swiper-container
.swiper-wrapper
, swiper-slide
, and navigational classes (swiper-button-prev
, swiper-pagination
, etc.) remain the same unless customized.swiper-container
class on the main Swiper div, update this class to swiper
for Swiper to initialize correctly in version 7+.swiper
swiper-wrapper
swiper-slide
To adapt to Swiper v7 in Webflow, replace swiper-container
with swiper
on your main slider element. The internal structure using swiper-wrapper
and swiper-slide
remains the same, but failing to update this primary class will prevent Swiper from loading properly.