6,212 questions
0
votes
1
answer
43
views
Flutter Carousel Item Overflowed From Container
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 ...
0
votes
1
answer
38
views
Bottom border animation is not activating
<section className="accessories bg-blue-600 p-8">
<div className="container max-w-7xl my-0 mx-auto">
<div className="accesories-wrapper">
&...
0
votes
1
answer
104
views
Bootstrap carousel with vertical thumbnails on the left
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 ...
0
votes
0
answers
104
views
Custom infinite carousel animation starts to jitter and slow down after running smoothly for a bit
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 ...
1
vote
0
answers
50
views
Issue with Zoom In / Ken Burns Animation on Slider Images
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 ...
0
votes
0
answers
74
views
Problem with carrousel not moving if I click the arrows
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'...
1
vote
1
answer
55
views
In Bootstrap's Carousel- How Can I Style the First Indicator Differently On Load?
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 ...
1
vote
1
answer
56
views
Why are the links on cards within this Flickity carousel not working?
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....
0
votes
1
answer
48
views
How do I make Flutter CarouselSlider's items closer to each other without being clipped?
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 ...
0
votes
1
answer
31
views
Why is my carousel invisible on my website, with images only appearing when I click them, & how can I change that?
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 ...
0
votes
0
answers
45
views
How to check if class exists after page load?
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 ...
0
votes
2
answers
78
views
How to stop a cycling Bootstrap 5 Carousel when Previous or Next button are clicked
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 ...
0
votes
1
answer
47
views
MAUI Carousel omit first page for windows platform
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 ...
1
vote
0
answers
96
views
Responsive pure CSS slider/carousel: how to ensure only *whole* flex or grid items are visible?
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 ...
1
vote
0
answers
88
views
How to make carousel vertical with three cards?
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....
0
votes
0
answers
106
views
Bootstrap 5 Carousel: Text and Image Next to Each Other
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....
0
votes
2
answers
176
views
How to make Glide.js slider work on Wordpress with Oxygen builder?
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 ...
1
vote
2
answers
155
views
Carousel Slider indicator as circle shape
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;
...
0
votes
1
answer
107
views
Bootstrap 5 Video Carousel Missing "Next" or ">" Buttons?
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&...
1
vote
2
answers
1k
views
Flutter CarouselView and Indicator with CarouselController
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 ...
0
votes
0
answers
209
views
How to create a carousel component similar to the Microsoft Store carousel using Fluent UI 9?
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 ...
0
votes
0
answers
34
views
Cards moves sideway but don't function like a carousel
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 ...
1
vote
1
answer
156
views
How do i change the CurrentItem in a CarouselView?
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 ...
0
votes
0
answers
67
views
XAML CarouselView Horizontal and Vertical Functionality
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 ...
0
votes
1
answer
46
views
next/prev button not hiding when reaching first/last element using scroll-snap-align
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 ...