top of page

Forum Posts

natalej.ulie5961
May 04, 2023
In Velo Pro Discussion
In this post, we will create a slick slider and later on show you how to show/hide the buttons of the slick slider. For creating a slick slider just declare many elements with the same class name. Example: In this example, we will create a slick slider using Javascript. html <!DOCTYPE html> <html> <body> <div> <img class="mySlides" width="33%" src= alt="" width="300" height="83" class="alignnone size-medium wp-image-2098786" /> <img class="mySlides" width="33%" src= alt="" width="300" height="83" class="alignnone size-medium wp-image-2098787" /> <img class="mySlides" width="33%" src=" alt="" width="300" height="83" class="alignnone size-medium wp-image-2098786" /> </div> </body> </html>
0
1
16

natalej.ulie5961

More actions
bottom of page