vitalii-andriiovskyi / ngx-owl-carousel-o

owl-carousel for Angular >=6
MIT License
177 stars 51 forks source link

Slide id cannot be read causing responsive option to not work when resizing. #169

Open davoseaworthui opened 3 years ago

davoseaworthui commented 3 years ago

the only problem here is that the [id] cannot be set properly and as per documentation it is indeed the cause for responsiveness on window resize is not working

this.projectSubscription = this.projectService.projectsChanged.subscribe(projects => (this.projects = projects));

vitalii-andriiovskyi commented 3 years ago

Hi, @davoseaworthui

How do you set [id] in your project. And what is the value of id for every slide?