ismail9k / vue3-carousel

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

Pagination #178

Closed nmyl-jsph closed 2 years ago

nmyl-jsph commented 2 years ago

How to adjust the pagination dot indicator width when it's on active slide?

AustinThornley commented 2 years ago

You want to style this class in your CSS

.carousel__pagination-button--active

nmyl-jsph commented 2 years ago

image This is my style, I already did the changing of color when the slide is on active but I don't know how to make the width of the dot indicator to change too.

image When it's on active slide i want also to change the width. I don't really know what to do hays

ismail9k commented 2 years ago

You can apply this snippet

.carousel__pagination-button.carousel__pagination-button--active {
    width: 100px;
}
nmyl-jsph commented 2 years ago

You can apply this snippet

.carousel__pagination-button.carousel__pagination-button--active {
    width: 100px;
}

Th

You can apply this snippet

.carousel__pagination-button.carousel__pagination-button--active {
    width: 100px;
}

It worked! Thank you thank you so much Sir. Godbless