Questions tagged as 'carousel'

1
answer

Layout images in carousel bootstrap

I have the following code snippet: var images = []; for (var i = 0; i < actions.length; i++) { for (var j = 0; j < actions[i].Images.length; j++) { var imagem = new Image(); imagem.Description = actions[i].Images[j]...
asked by 04.01.2017 / 19:33
2
answers

Carousel style with 3 slides

I'm trying to make a slider type where the middle slide appears as the main one and the sides will cut according to the resolution, but I was having problems with IE and incredible how it seems the client uses IE8 . To show what I w...
asked by 05.03.2014 / 19:14
1
answer

Isset does not work

Good afternoon. I am doing a web application of shared races, type "Uber". I want you to present a list of drivers registered on the bench on the green carousel. However,astheimageshows,myissetdoesnotseemtobeworking,italreadyshowsmeall...
asked by 15.05.2018 / 18:56
1
answer

Bootstrap code does not work [closed]

Hello, I've been testing this Carousel , but it did not work on my project , I decided to test in JSFiddle , and it also did not work. JSFiddle: link The problem is that it does not swipe and the buttons do not work, I used the followi...
asked by 24.07.2017 / 18:26
2
answers

Setting Bootstrap Buttons

Hello, I need to adjust the bootstrap carrousel buttons so that it is next to the photo, today according to the attached photo the buttons go beyond the desired area. Can anyone help me? This is the html code of my carusel, css is comin...
asked by 08.02.2018 / 12:03
1
answer

How to remove white margin from a Carousel (Bootstrap)?

I've created a carousel on my site through the Bootstrap code, and I want it to occupy the full width of the screen (100vw) and almost all the height (90vh); so I put in the container width: 100vw and height: 90vh, but when I open the site the c...
asked by 03.10.2017 / 03:29
1
answer

Change NAV and DOT Owl Carousel 2

I'm using Owl Carousel 2, but I'm not able to make these changes to the image below. I need to change the position of the NAVs and DOTs into the banner, if they can of the force I thank.     
asked by 18.06.2017 / 14:22
1
answer

Change button position next to Carousel Bootstrap

By lowering the slide size appeared the following problem: The positioning of the "next" button is removed from the slide, as in the image below. I want it to be on the extreme side of the image, just like the left side button is. But all the at...
asked by 12.12.2016 / 18:41
1
answer

Angular UI-Bootstrap Carousel with Multiple Slides

I'm using Carousel UI-Bootstrap with AngularJs, but only shows 1 slide at a time. I wanted multiple slides like these examples below. Bootstrap 3 Multiple Slide Carousel , another example, Bootstrap 3 Carousel Multiple Items Increment by...
asked by 15.08.2018 / 16:03
1
answer

Hide next and previous button in last and first content

I'm using a carousel with bootstrap, but I need the next button to add when the last item arrives and the previous button is hidden while in the first content. My code is not working, but I do not identify the problem, so I'll put it down. H...
asked by 13.06.2018 / 20:08