Questions tagged as 'owl-carousel'

1
answer

Adjust the middle slide according to the proposed layout

I'm trying to adjust the slides according to the proposed layout, but I'm trying hard. I'm using the Owl Carousel plugin, I looked for some plugin on the internet that contains this option, but I did not find anything. The layout follows:...
asked by 19.12.2018 / 15:02
1
answer

Slide with thumbnail using owl carrousel 2

People would like to know if there is a possibility to make a thumbnails slide equal to here with owl-carrousel 2 if yes exite some link that shows some example of how to do as it shows the image to below and in the link wanted to make...
asked by 28.05.2018 / 16:27
2
answers

Destroy multiple sliders at once

I want to destroy all my sliders when the page hits the size of 768px. For this I made this code below: if($(window).width() >= 768){ $(".owl-carousel-linhas").data('owlCarousel').destroy(); } I have several sliders on my page like...
asked by 16.06.2015 / 16:32
1
answer

Automatic slider with 5 columns how to do?

I'm trying to make an automatic slider in this style, but it's not working. <section class="mbr-section" id="equipe" style="background-color: rgb(204, 204, 204); padding-top: 120px; padding-bottom: 120px;"> <div...
asked by 06.07.2018 / 21:32
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

Turn card into carousel when lower resolution

I have the following system of cards made with bootstrap 4 , each one occupying 4 columns. ButIneedthemwhentheygomobilesotheylooklikeCarousel,I'mtryingtouse Owl Carousel , but I need it to check if the resolution is small and display...
asked by 27.12.2018 / 16:41
1
answer

How to change owl-nav's position on the Owl.Carousel

I'm using the Owl.Carousel and I'm breaking my head with the positioning of the NAV arrows, I need instead of being below the articles it stays up.     
asked by 11.09.2018 / 08:15
1
answer

Carousel - arrows as pagination

I'm working with the Owl Carousel v2.2.1 and need to display 3 images at a time. This is already possible using pagination, but I need the same event to be done using the arrows. Every time you click the arrow you should change the page (the n...
asked by 10.03.2018 / 16:39
1
answer

Owl Carousel how to use? HTML5 CSS3

Well, I started to follow the tutorial on how to make a carousel because I'm trying to make my HTML5 / CSS3 page have a carousel of 4 items per slide, so I saw this plugin's only way since I did not find another place to learn how. In the case, I...
asked by 29.01.2018 / 00:41
2
answers

Create two lines with Owl Carousel inside a foreach

I have a loop that brings 12 images or more. Being that the presentation of these images should follow the following layout: So,assoonas"next" is pressed a new block will appear with 6 more items following the order: 7, 8, 9, 10, 11, The...
asked by 25.01.2017 / 15:04