-
Hi
I tried to migrate from "ngx-owl-carousel" to "ngx-owl-carousel-o" (2.0.1). However there're some issues which prevent such migration:
I have dynamic slides:
```
…
-
Hi everybody,
this is my owl-carousel setup:
```
$(".flickr.owl-carousel").owlCarousel({
items:7,
loop:true,
merge:true,
dots: false,
…
-
New contributors are requested to contribute to the following features:
- [ ] Navbar Modification
- [ ] Responsive UI Design
- [ ] Adding card carousel to the video section
- [ ] Adding new UI Car…
-
I have integrated ngx-carousel [banner mode] with firebase - firestore and am having simple set-up as below:
**app-component.html**
```
<
&g…
-
I am using bxslider as a responsive carousel. Each item in the carousel is the same exact width and height. The carousel expands to fill the page, so the number of items shown at a time depends on the…
-
I have implemented an auto play functionality given below. I have chosen the below configuration to create a carousel which is responsive w.r.t to its actual width, using ResizeObserver. I have used `…
-
Right now we don't have an easy way to reload the carrousel and it would be an easy workaorund for many issues people might have.
For example, if you have a list of items and the list is dynamic i…
-
I have the following structure:
````html
````
Javascript used is:
````java
$(document).ready(function(){
$('.owl-one').o…
-
**[ @SallyMcGrath](https://github.com/SallyMcGrath)** cloned issue [Migracode-Barcelona/Course-Fundamentals#23](https://github.com/Migracode-Barcelona/Course-Fundamentals/issues/23) on 2024-07-05:
>…
-
Hey,
thanks for this great slider, really modern coding and good execution!
I am lacking a feature i was used from `slick.js`.
I want to be able to disable/enable the slider/carousel based on…