dkelsen / gatsby-blog-comments

This repo is used for utterances comments
0 stars 0 forks source link

how-to-create-a-tiny-slider-carousel/ #8

Open utterances-bot opened 2 years ago

utterances-bot commented 2 years ago

How To Create A Tiny Slider Carousel | Dilshan Kelsen

Carousels are an amazing tool you can use to pep up your site and there's no shortage of JavaScript libraries that enable you to do so. Tiny…

https://dilshankelsen.com/how-to-create-a-tiny-slider-carousel/

naeemnur commented 2 years ago

How to get the dots between the previous and next button?

cinghaman commented 2 years ago

Trying to get the fade to left/right images https://prnt.sc/1ywb4je (the ones in marked under red) cant find a way to either target the centre image or add custom class https://prnt.sc/1ywbdas var slider = tns({ container: '.product-slider-gallery', "edgePadding": 140, "mouseDrag": true, "swipeAngle": false, "speed": 400, "loop": true, "controls": true, "items": 1, "arrowKeys": true, controlsText : ["",""]

  });
nptjessica commented 2 years ago

Hi, is it possible to have videos in the carousel / slider ?