eiranix

Results 3 comments of eiranix

One way to get a fade type effect is to use some CSS overrides: ``` .glide__slides {transform:none !important; width:auto !important; display:block;} .glide__slide {position:absolute; left:0; top:0; opacity:0; transition:opacity 1s;} .glide__slide:first-child {position:relative;}...

@malihu I was having a similar issue and your post above fixes it. But if the container is too big for a scrollbar on page load it will cause the...

Yeah I actually ended up going with the single version of those: ‹ ›