kenwheeler / slick

the last carousel you'll ever need
kenwheeler.github.io/slick
MIT License
28.49k stars 5.89k forks source link

it does not work at all #4154

Open skater2014 opened 2 years ago

skater2014 commented 2 years ago

short description of the bug / issue, provide more detail below. slidrr for text does not work

[ paste your jsfiddle link here ]

$(function () { $(".gallary-slider").slick({ autoplay: true, vertical: true, verticalSwiping: true, }); });

use this jsfiddle to reproduce your bug: http://jsfiddle.net/simeydotme/fmo50w7n/ we will likely close your issue without it.

====================================================================

Steps to reproduce the problem

  1. ...
  2. ...

====================================================================

What is the expected behaviour?

...

====================================================================

What is observed behaviour?

...

====================================================================

More Details

skater2014 commented 2 years ago

https://codepen.io/kazusano99/pen/WNZbZoO

it doesnt work for html either

i read css theme for slick

here is my web https://kaztokyo.sakura.ne.jp/gallary/

trijammer commented 2 years ago

Use the Slick resources from cdnjs, not the raw file from Github. Problem solved.