vue-owl-carousel icon indicating copy to clipboard operation
vue-owl-carousel copied to clipboard

responsiveBaseElement is not implemented

Open rdomingue opened this issue 6 years ago • 3 comments

There is no implementation of responsiveBaseElement, an option in the Owl-carousel. I've tried to load the caroussel in a window and using the responsive feature but it seems to only take the window with everytime and note a baseelement.

rdomingue avatar Nov 13 '18 18:11 rdomingue

I've added it there .. https://github.com/rdomingue/vue-owl-carousel

rdomingue avatar Nov 14 '18 14:11 rdomingue

Hi @rdomingue, thanks for replying 😄. Can you create a pull request for it, thank you 🙏🏽.

s950329 avatar Nov 15 '18 00:11 s950329

Hi @rdomingue @s950329 the responsive option doesn't support you can use perPageCustom option as you see here I tried this and it's work <carousel :perPageCustom="[[0,1],[768,2],[1000,4]]"> </carousel> you can see the supported options here in the link and to read more https://github.com/SSENSE/vue-carousel

AsmaaAlbaik avatar Jan 19 '20 19:01 AsmaaAlbaik