ismail9k / vue3-carousel

Vue 3 carousel component
https://ismail9k.github.io/vue3-carousel/
MIT License
661 stars 164 forks source link

Auto resize based on container size #243

Open Justinborzi opened 1 year ago

Justinborzi commented 1 year ago

Is your feature request related to a problem? Please describe. The use case I am proposing as I found it an issue in my case is that I am unable to resize the carousel with the div as it isn't changing its mobile response state based on the parent container rather it does it from the page as a whole.

Describe the solution you'd like I propose that a configuration key is added such as "scaleToParent: (True/False)" to enable it to be useful in things that are not screen size dependant.

Describe alternatives you've considered Alternatives I have tried are a old out of date vue 2 version of a similar carousel, and or creating plans to make my own. though I feel this use case would be beneficial to the package and the community that uses it.

navaneeth-automatad commented 5 months ago

Hi, is there update on this ?