glide icon indicating copy to clipboard operation
glide copied to clipboard

A dependency-free JavaScript ES6 slider and carousel. It’s lightweight, flexible and fast. Designed to slide. No less, no more

Results 165 glide issues
Sort by recently updated
recently updated
newest added

I'm seeing the following error when clicking on individual slider bullet: ```glide.esm.js:2046 Uncaught TypeError: Cannot read property 'slice' of null``` This is because the event bubbles up to the slider...

Hey, do you maybe have TypeScript type definitions available for your project? Thanks!

Hello Using last version of SvelteKit and node 16.15.0 i get this error : `(node:15002) Warning: To load an ES module, set "type": "module" in the package.json or use the...

Documentation on https://glidejs.com/docs/setup/, says to add this: ** new Glide('.glide').mount() ** However, the second script doesn't work if you add that directly to the html. If you add it in...

new Glide('.partners-carousel', { perView: 6, type: "carousel", gap: 32, }).mount(); when scrolling several times then notice how it cuts off the last element, each time it is the same element...

Is there a option to use multiple rows in a slider? Like slick does in this example https://codepen.io/booom/pen/dyYjREp Thanks

Sorry if this is an old issue. My app have stopped building because of the missing dist directory. Is it by design the dist directory is removed from the repo...

Hi i would like to propose a feature where you lazyload images so they only gets loaded if they are about to be shown. I guess it's possible to do...

Is there a way to have a responsive bullet count? As well as having a bullet count that change depending on `perView ` slide count.

I'm hoping that a discussion could be opened up about adding Fade back into the transitions for Glide. It sounds like it was available in v2, I'm confused as to...