viktorlarsson / vue-tiny-slider

Vanilla javascript slider for all purposes created by ganlanyuan in Vue.
MIT License
135 stars 50 forks source link

gutter-option ignored #19

Closed piccard21 closed 6 years ago

piccard21 commented 6 years ago

Could it be, that the gutter-option is being ignored?

viktorlarsson commented 6 years ago

Seems like you are right, i'll look into it

viktorlarsson commented 6 years ago

Well, the gutter option is not ignored but tiny-slider seems to set the gutter value to padding-right on each item as you can see in the screenshot. You need to style the content inside the div to be able to see it.

image

Look at this codepen: https://jsfiddle.net/ftw2a1ou/3/