🔗 Offset Slides for the Image Carousel (Same as Nested and Loop Carousel) #23337
benoitfouc
started this conversation in
Feature Request
Replies: 1 comment
-
Hi there, We were looking for the same feature. We managed to achieve it with some simple CSS, though I agree it would be great if this were part of Elementor Core: selector {
overflow: visible; /* Allow overflow to show the bleeding edge */
}
.elementor-image-carousel-wrapper {
padding-right: 30px; /* Create space for the bleeding edge */
}
.elementor-image-carousel {
margin-right: -30px; /* Shift the carousel to the left */
}
selector .swiper-slide-image {
width: 100%;
height: 360px;
object-fit: cover;
} This worked well , but having it as a core option would definitely improve flexibility! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Prerequisites
What problem is your feature request going to solve? Please describe.
There is a new feature name "Offset slides" for Carousel and Loop carousel. This feature is missing for the "image carousel" widget.
It's a visual feature that broke
Describe the solution you'd like
Offsetting carousel slides will spark your visitors’ curiosity by showing them part of the next slides on either side of the carousel. You can offset either side of your carousel to boost engagement and help indicate that there’s additional content still to come.
Describe alternatives you've considered
No response
Additional context
No response
Beta Was this translation helpful? Give feedback.
All reactions