Skip to main content
Filter by
Sorted by
Tagged with
0 votes
1 answer
43 views

my carousel image inside of the container is overflow little bit. Can you give me how to fix I already tried to wrap inside the cliprreact, but still overflow or in some case the image wont fill the ...
user31519290's user avatar
0 votes
1 answer
38 views

<section className="accessories bg-blue-600 p-8"> <div className="container max-w-7xl my-0 mx-auto"> <div className="accesories-wrapper"> &...
Mohamed Riyas's user avatar
0 votes
1 answer
104 views

How can the div, containing the thumbnails be moved to the left of the carousel like it this picture? I tried already wrapping it into a <div class="d-flex">but that messes up the ...
eztam's user avatar
  • 3,873
0 votes
0 answers
104 views

I am working on an an infinite carousel animation - animating the scroll of the parent element instead of the position of the elements. But after running smoothly for a bit the animation slows down ...
Petar Vasilev's user avatar
1 vote
0 answers
50 views

I have successfully installed Smart Slider 3 and created a slider with images and links. Now, I'm trying to add a Zoom In / Ken Burns effect to each image. However, the effect stops working after the ...
Angelo Borsato's user avatar
0 votes
0 answers
74 views

I'm trying to recreate a website using bootstrap and scss. I'm having problems with the "carrousel" under "deportes". I have changed a lot of things but I don't really know why it'...
Roy13al's user avatar
1 vote
1 answer
55 views

I have styled the carousel indicators to have a progress animation. The transition starts when the list item becomes active, and after 5 seconds it ends, the color disappears, and the next indicator ...
pitzki's user avatar
  • 317
1 vote
1 answer
56 views

I have a Flickity carousel on my website which is populated by a PHP block. It all renders correctly, but I can't figure out why the links are not working. You can see a live demo here: https://sc....
Andre Sexton's user avatar
0 votes
1 answer
48 views

I'm trying to display a list of images using a ShaderMask with a CustomPainter while applying a marquee effect. The current marquee package only supports text, so I'm using carousel_slider to achieve ...
emily's user avatar
  • 382
0 votes
1 answer
31 views

FIRST: Thanks to the admins for helping me better understand how to post my questions! This code is what I applied (below). Tried pasting it into a website template I DL'd. But b/c of the shape of the ...
Kplan's user avatar
  • 11
0 votes
0 answers
45 views

I want to target sdf-carousel-item that has an ID of "first" and only when class of "active" is present. However this is a carousel - so when the first slide is showing, the class ...
Schneider G's user avatar
0 votes
2 answers
78 views

I have a Bootstrap 5 Carousel, which is set to automatically cycle. While it is cycling, I want a click on the Previous or Next buttons to pause the cycling. So far, my code is not working. The ...
hommealone's user avatar
0 votes
1 answer
47 views

I want to use a CarouselView to show multiple pages in a MAUI app. But it does not work properly only for windows platform. For Android it works fine. I defined the carousel: <CarouselView ...
Tom's user avatar
  • 139
1 vote
0 answers
96 views

I'm attempting to make a responsive pure CSS slider/carousel which displays multiple slides at a time. I would like to make sure that only whole slides are visible within the visible bounds of the ...
WackGet's user avatar
  • 3,111
1 vote
0 answers
88 views

I am using react-material-ui-carousel and showing listing vertically like . Following is the code: import Carousel from "react-material-ui-carousel"; const chunk = (arr, size) => Array....
Trupti's user avatar
  • 1,011
0 votes
0 answers
106 views

I'm trying to create a custom carousel using Bootstrap 5, where each slide contains text and an image displayed side by side. Everything is working as expected, and the slides are positioned correctly....
Finduilas's user avatar
  • 752
0 votes
2 answers
176 views

Please help me to figure out why I can't get the slider to work. I'm using Oxygen builder and trying make a custom carousel slider using the Glide.js. I've added a Code Block on my page to build the ...
Lex-ex-x's user avatar
1 vote
2 answers
155 views

The problem is: I am trying to bring the image slider in my web page using bootstrap Carousel Slider Indicator, when I am targeting .carousel-indicators button using the width: 10px; height: 10px; ...
Karthick's user avatar
  • 610
0 votes
1 answer
107 views

I'm trying to create a video carousel in Bootstrap 5 by using this example from w3schools and substituting the images with links to some online Facebook videos. Seems to work ok, except the "next&...
Bryan Ward's user avatar
1 vote
2 answers
1k views

I am trying to implement a carousel indicator with my CarouselView but i am unable to get the current index. My code is as below: class WelcomeScreen extends ConsumerStatefulWidget { const ...
Mervin Hemaraju's user avatar
0 votes
0 answers
209 views

I'm trying to create a carousel component that closely resembles the Microsoft Store carousel using Fluent UI 9. However, I'm facing difficulties in achieving the exact same visual effects and ...
Ayman H E Mustafa's user avatar
0 votes
0 answers
34 views

I'm trying to create a carousel identical to the SlideSwiper from https://pub.dev/packages/flutter_multi_carousel. The cards move sideways, but they don't function at all like a carousel. Please help ...
yezee's user avatar
  • 1
1 vote
1 answer
156 views

I am fairly new to MAUI Apps and what i have is a CarouselView bound to a collection of students. Everything is working fine, however I have an issue which appears to be widespread - I have a Next and ...
GBM's user avatar
  • 149
0 votes
0 answers
67 views

I am working on a maui app (VS 2022) and have a ResourcePage.xaml which has a number of boxes (frames?), one of which is the custodian one. This box has a carouselview (which isn't working) and if a ...
GBM's user avatar
  • 149
0 votes
1 answer
46 views

I'm trying to make carousel with 3 items displayed that the width scales of 100%/3 of its parent. The next prev button works fine and the show-hide function works well if only they reach the edge of ...
marsel herdian's user avatar

1
2 3 4 5
125