kenwheeler / slick

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

I can't scroll vertically on images on mobile, can anyone help me ???? #4247

Open Funo15 opened 1 year ago

Funo15 commented 1 year ago

I can't scroll vertically on images on mobile, can anyone help me ???? My website is this:https://techgang.pt/products/cargador-sem-fio-3-em-1

hippiewho commented 1 year ago

Is this still an issue?

rolker-007 commented 12 months ago

Just add css styles for @media mobile:

GALLERY-ID .slick-track {

pointer-events: none;

}