Dmitry Turov

Results 2 comments of Dmitry Turov

my solution for partially visible second slide ``` .glide { width: 255px; .glide__track { width: calc(100vw - 10px); } .glide__bullets { left: calc(50vw - 10px); } } ```

my solution ``` let gallery = document.getElementsByClassName('image-gallery'); if (gallery.length !== 0) { let check_resize = (glide) => { if (glide.slides_count { let el_glide = new Glide(el, { gap: 10, perView:...