Questions tagged [bootstrap-carousel]

A slideshow component for cycling through elements, like a carousel. Nested carousels are not supported.

272 questions
2
votes
0 answers

Python / Django / Bootstrap - How to add images to the bootstrap carousel via website admin panel?

I have the following problem: For now I have a working static bootstrap carousel with 3 images. The main idea is to add an app which allows to change these images via the website admin panel. Now I have: model.py class BGImagesModel(models.Model): …
Moveton
  • 253
  • 2
  • 12
1
vote
1 answer

Reinitialize bootstrap carousel after Ajax call

I'm setting up the bootstrap carousel after the Ajax call to the DOM. So, I'm appending elements and classes after the page load as below. async function ajaxCall() { let data = await fetch('ApiLink'); let jsonData = await data.json(); …
Sana Jafari
  • 21
  • 1
  • 6
1
vote
1 answer

How to use carousel light on a data-bs-theme="dark" webpage

I am using a bootstrap carousel on a page with data-bs-theme="dark" in the html tag - i.e. I am using a dark theme. Because of this, the carousel automatically changes to a dark theme. I want the indicators, the captions, and the controls to be…
1
vote
0 answers

Bootstrap 5 customize carousel indicators with awesome font

after extensive research I have not found a way to be able to customize carousel indicators with bootstrap (re.l 5). I would like to replace the default carousel indicators with a symbol from font awesome but I am stuck. Here is where I have come…
1
vote
1 answer

why is bootstrap 5 Carousel not working even thought i copied the code from their website

So i am making a webpage with bootstrap 5, I am using the CDN to work with it. I want to use their carousel but it doesn't seem to work. I haven't made any changes to their code other than changing the image "src". I have copied it from their…
1
vote
0 answers

Bootstrap 5.2 carousel error - control buttons move up and transition not working

I'm trying to implement the bootstrap carousel on multiple cards, and it's not working - the previous/next buttons move up and the transition is not smooth Any ideas on how I can fix this would be appreciated. See gif of screen and how it looks:…
Mvm mau
  • 11
  • 1
1
vote
2 answers

How to change the value of data-bs-slide-to dynamically bootstrap 5 and vue js 2

I'm trying to do a dynamic carousel, almost succeeded, but I need to make the bootstrap 5 property 'data-bs-slide-to' populate automatically according to a given array. Complete code: