SSENSE / vue-carousel

A flexible, responsive, touch-friendly carousel for Vue.js
https://ssense.github.io/vue-carousel/
MIT License
1.72k stars 506 forks source link

not MobileResponsive. it increase the width of page in mobile or desktop #523

Open hashmateteam opened 4 years ago

hashmateteam commented 4 years ago

Bug Report

Current Behavior The crousal is not MobileResponsive. it increase the width of page in mobile or desktop. If the corousal slides is dynamically changed then the width of each slide maximized input more in the width of page...!

Input Code and steps to reproduce This is my code that resulted into non responsive.

<carousel :per-page="1" v-bind:key="corousal_ixd" :autoplay="true" :loop="true">
          <slide v-for="article in articles" v-bind:key="article.id">
               <slide-card :object="article"></slide-card>
          </slide>
</carousel>
lopugit commented 2 years ago

check that your carousel isn't inside another flex container