All Questions
Tagged with bootstrap-4 carousel
417
questions
-1
votes
2
answers
55
views
function at bootstrap 4 carousel image slide event
I am using bootstrap 4 carousel with 11 slides which are working fine as desired. I have another div (#div-info) say in which I wish to display certain Text and some other image as per carousel slide. ...
0
votes
0
answers
8
views
label radio input with data attribute not working on Bootstrap 4 Carousel
I use Bootstrap 4 Carousel to switch images on a gallery when click on thumbs.
Works fine.
But I want also to switch the large image version when click on radio button using data attribute from ...
0
votes
1
answer
43
views
Carousel items are not showing on mobile view
i'm using boostrap Carousel i put few items on image in laptop view it's looking perfect but on mobile view items are not showing
here is laptop view
here is the mobile view
<section ...
0
votes
0
answers
10
views
Carousel not starting automatically but after click it work
I am using bootstrap4 and carousel. But carousel does not start automatically and after clicking in image its works as desired.
my website
1
vote
0
answers
48
views
Button Next and Previous in carousel not working , when two carousel in one page.?
I'Have two carousel in one page.
in first carousel is working,
but in second carousel using multiple item carousel isn't not working button next and prev..
becase the class name for next and preview ...
0
votes
0
answers
101
views
Bootstrap > carousel display problem in carousel-item
I have a display problem with my carousel-items.
I jave 2 elements in carousel-items (an image and a text) which should be displayed side by side but the image is centered and I REALLY don't know why.....
-1
votes
1
answer
49
views
How do I make it possible to slide only to the right when using the bootstrap carousel?
I want to implement it so that I can only slide in one direction, but I don't know how to do it. If I go from the first slide to the second slide, I want to make sure that I don't slide again first. ...
0
votes
2
answers
506
views
bootstrap 4 carousel how to active transitions?
I have a Bootstrap 4 carousel and I need to move 4 slides each time. I'm using this code, and it works:
$(this).carousel(4);
The problem is that the carousel just jumps to that index and doesn't show ...
0
votes
0
answers
32
views
Responsive carousel
How do I make the section of my carousel constant when I have different sized items in it and put the carousel in the center (Horizontally AND vertically).
0
votes
0
answers
82
views
stop carousel when video playing Bootstrap 4
Here is my Bootstrap 4 carousel that contains one html5 video and 2 images ,
<div id="demo" class="carousel slide" data-ride="carousel">
&...
0
votes
0
answers
596
views
how to set the number of cards in a row in bootstrap carousel
inside a container, when I gave col-md-3 on each carousel-item 4 cards are shown at a time.
but what I want is to display two card on a row on medium screens (col-md-6) and 3 cards on larger and extra ...
2
votes
1
answer
141
views
prev part is not working in carousel even though the next part is working
this is the snippet of the code I have written using bootstrap.
<div id="testimonial-carousel" class="carousel slide" data-ride="false">
<div class="...
1
vote
0
answers
754
views
Bootstrap Carousel - Autoplay video on active slide but pause video when in active
I am trying to use Bootstrap carousel with videos. I have a list of videos and images. I need to auto-play them using this carousel.
Currently, Bootstrap plays the every first video but I also wish to ...
0
votes
1
answer
24
views
Bootstrap 4 Carousel Button Display Issue
I have two instances of the Bootstrap 4 carousel component running, both of which have essentially the same markup but totally different displays: one has its button states display as .5 opaque, hard-...
0
votes
2
answers
8k
views
Can I add a div with multiple images inside a Bootstrap carousel slide? If so, how do I do that?
I have a carousel slider on my HTML page and I'd like to make it so each slide is a div containing multiple images, something like this:
I've already tried adding this to each carousel-item div ...