ganlanyuan / tiny-slider

Vanilla javascript slider for all purposes.
MIT License
5.26k stars 785 forks source link

How to make images clickable #816

Open Chiefskins opened 1 year ago

Chiefskins commented 1 year ago

How do i add an a tag to my images in tiny slidert

jaoord commented 1 year ago

You could simply wrap your <img> tag in a <a> tag. Slideshow still works and images are now clickable.

erikksuzuki commented 1 year ago

Yes but onClick does not work as soon as images start looping