Topic: Example Code Carouse, Vue
Mazeyar Rezaei asked 6 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 6 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
FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Resolved
- User: Free
- Premium support: No
- Technology: MDB Vue
- MDB Version: 5.1.1
- Device: Mac
- Browser: Chrome
- OS: OSX
- Provided sample code: No
- Provided link: No