Hey, did you know I also post mini-polls, quizzes, and updates on my KZbin community tab? If you want to test your knowledge, participate in polls, or stay up to date, you can access them via this link: www.youtube.com/@ecemgokdogan/community
@ozgundogan24947 күн бұрын
it is so helpfull, thanks for sharing👏
@exincidentАй бұрын
Loved it ! and just subscribed it ..
@ecemgokdoganАй бұрын
I'm glad to hear that! ☺️
@sibeltop81923 ай бұрын
Very succesfully video👏
@ecemgokdogan3 ай бұрын
Thank you so much! 🤗
@ahendestАй бұрын
where the pagination bullets came from? how did you initialized it? and i wish you had show the navigation property also. thanks for content
@ecemgokdoganАй бұрын
Thank you! 😊 Swiper generates the pagination bullets, which are activated through the pagination property. In the code, you’ll see it initialized here: pagination={{ el: ".swiper-pagination", clickable: true }} As for the navigation property, you’d import Swiper’s Navigation module and then add navigation={true} to the Swiper component like this: import { Pagination, Navigation } from "swiper/modules"; Maybe, I can create another work involving the Navigation property.
@ahendestАй бұрын
@@ecemgokdogan olmuyor 🥲 because i have already adjusted them but pagination an navigation is not working. pagination didn’t even appear. navigation got appeared but still not functional :( thank you for you help
@ahendestАй бұрын
@@ecemgokdogan şimdi diğer videondan bakıp yaptım teşekkürler. from your vertical slider video.