antonreshetov / vue-glide

A slider and carousel as vue component on top of the Glide.js
https://antonreshetov.github.io/vue-glide/
MIT License
269 stars 39 forks source link

Peek prop doesn't render propely. #56

Closed simonalarie closed 4 years ago

simonalarie commented 4 years ago

Hello there,

The peek property doesn't render before and next viewport's sizes properly unless a browser resize is involved.

Here's my settings:

`<vue-glide :perView = 4 :peek = 40 :rewind = false :bound = true :breakpoints = "{ 992 : { perView: 2 }, 768 : { perView: 1 } }"

`

See attached screenshot:

screensize

Tested on recent desktop's Edge and Chrome.

Thanks for support.