Example Code Carouse, Vue


Topic: Example Code Carouse, Vue

Mazeyar Rezaei pro premium asked 2 years ago

I want to implement a full size carousel for when the users enter the page, and then scroll down

I see there is a example site but not for Vue could someone help me out or point me in the right direction?


Mikołaj Smoleński staff answered 2 years ago

Hi Mazeyar,

You should add full prop to the mdb-carousel component. Also, to make sure it will cover all view, You might have to add some styles to .carousel class, for example:

.carousel {
    height: 100vh;
    width: 100%;
}

Best regards


Please insert min. 20 characters.
Status

Resolved

Specification of the issue
  • User: Pro
  • Premium support: Yes
  • Technology: Vue
  • MDB Version: 5.1.1
  • Device: Mac
  • Browser: Chrome
  • OS: OSX
  • Provided sample code: No
  • Provided link: No