carousel Questions
9
Solved
The Owl Carousel slider is not working with RTL. I add rtl: true in the configuration. But it's not loading the slider. The slider space is there and navigation is showing. But only the slider cont...
Screech asked 14/8, 2016 at 6:25
2
I am using the typescript version (@types/react-slick) of the react-slick library to implement carousel/slider in a Nextjs project. I am getting the following error after importing the Slider compo...
Maurya asked 17/6, 2023 at 22:39
3
Solved
I'm using the Slick Carousel, but there's one layout itch I can't scratch. When I have fewer items than the carousel can display at once, they're left-justified. I'd like them to be centered. For e...
Julius asked 14/10, 2015 at 15:54
10
I have built a bootstrap video carousel. It is working just fine but, the only problem I have is the carousel keeps sliding to the next slide after 5 seconds. How do I make it stop autosliding and ...
Stokes asked 1/10, 2014 at 3:23
14
I am using react-slick to create a carousel in my project.
I've read through the documents and tried different things but could not find a way to customize it exactly the way I need... Does anyone ...
Lucier asked 27/2, 2018 at 22:13
13
Solved
I'm trying to implement the twitter bootstrap carousel, and it's not working - it doesn't switch images automatically, AND the previous/next buttons don't work.
I've tried switching to jquery 1.7...
Paschall asked 23/9, 2012 at 1:6
5
Solved
Is the bootstrap carousel extendible to show the next and previous images in the slider?
<div id="carousel-example-generic" class="carousel slide" data-ride="carousel" data-interval="false"&g...
Paramount asked 3/12, 2013 at 9:5
3
i am experiencing strange issue with OWL CAROUSEL 2. I'm creating simple carousel for 12 tables, but when using option "autoWidth", last table is pulled out from carousel stack.
DEMO
If you open ...
Pill asked 9/1, 2015 at 15:45
11
Solved
I've setup slick carousel to continuously scroll, however I need to to scroll in the oposite direction. Adding the RTL option didn't seem to work.
Fiddle here (currently left to right)
http://jsf...
Zabrine asked 21/4, 2015 at 11:30
3
Working with Swiper JS for a slider and want to enable center slides only for the middle slides and not the first and last slides. Is there an easy and configurable way to specify the index of the ...
Oporto asked 30/10, 2018 at 2:5
2
I am creating a photo carousel using swiperJS ref link here.
Here are the params of the swiper:
mySwiper = Swiper('.swiper-container', {
loop: false,
speed: 800,
slidesPerView: 'auto',
grabC...
Banausic asked 13/2, 2018 at 12:34
6
Solved
I want to implement Carousel using View Pager2 with preview of left and right page like this:
Initially I was using view pager1 which supported. Now I think it's removed
viewPagerhost.setPageM...
Pal asked 13/5, 2019 at 14:26
10
I am looking at using the antd Caroseul, but I've not seen an example that creates a prev/next or pause button.
const { Carousel } = antd;
ReactDOM.render(
<Carousel autoplay>
<div>...
6
Good Morning,
I'm trying to put a Carousel on the home page looking for Firebase data, but for some reason, the first time I load the application it appears the message below:
════════ Exception ca...
2
Solved
I'm using carousel_slider flutter plugin. I want to reduce the space between 'items' widgets. Here's my code:
CarouselSlider(
options: CarouselOptions(
enableInfiniteScroll: false,
initialPage: ...
2
I am trying to create a Carousel of images and embedded Youtube videos (the first item is a youtube video and the rest are images)
I am using the React Responsive Carusel npm package but I can't fi...
Gash asked 6/7, 2020 at 16:18
8
Solved
I only want the slick.js plugin to be active when on a mobile screen size, let's say under 450px for example. I want this to happen on either page load or browser resize. Slick.js does work properl...
Lillianalillie asked 23/9, 2014 at 20:29
3
Solved
I have created a logo slider which displays similar to marquee. What I want to do is to add next/prev arrows that can accelerate the speed of slider when click next arrow and reverse the slider whe...
Monospermous asked 25/10, 2016 at 4:41
17
Solved
I'm obviously missing something stupidly simple here. I have images with a white background so I want to be able to edit the arrows on the Bootstraps Carousel so they are visible. So many changing ...
Edom asked 16/9, 2017 at 2:39
6
Solved
I am trying to move the indicators under the slider image by giving .carousel-indicators a bottom: -50px; but the indicators just disappear. Now I am guessing this has something to do with the over...
Bandsman asked 17/1, 2018 at 23:51
4
Solved
Can some one help me out? There are a few things wrong here I know. Why do i have to link bootstrap.min.js at the end of the header and at the bottom of the page. Ive tried using one at a time but ...
Polymyxin asked 20/12, 2014 at 23:43
4
Solved
I am learning about carousel in flutter. I want to give the carousel image the full screen width. But the width is automatically taken by the carousel itself. Is there any way to give the image the...
2
Solved
How to achieve the Rotary type Carousel present in the iCarousel Framework of swift. The following is what I wanted to achieve with the SwiftUI
I checked many tutorials and the framework present b...
4
Solved
I am working on owl carousel I want all items with the same height when there is more content added items height are not coming equal. I tried with flex properties also but am not understanding why...
Tilney asked 24/9, 2019 at 9:40
6
Solved
What's an easy (and clean) way to move Bootstrap 3's carousel indicators down and outside of the slide container so it's not overlayed on the photos? See image below on where I want to move the ind...
Herodotus asked 26/11, 2013 at 2:35
1 Next >
© 2022 - 2024 — McMap. All rights reserved.