Questions tagged [glidejs]

Glide.js is a dependency-free and extendable JavaScript ES6 slider and carousel.

Introduction

Glide.js is a dependency-free JavaScript ES6 slider and carousel. It’s lightweight, flexible and fast.

Advantages

  • Dependency-free - Everything on board, ready for action. Written in vanilla JavaScript without hidden dependencies.
  • Modular - Need a few selected modules? Remove unused modules and drop overall script weight even more.
  • Bundlers ready - Modern setup? Using Rollup or Webpack? We have your back.
  • Extendable - Need something more custom-made? Plug-in your own modules with additional functionalities.
84 questions
0
votes
1 answer

Problem with stacking of elements in tailwindcss

I have a web page styled with tailwindcss that also uses glide.js to create a carousel element. I have a mobile menu triggered by a hamburger button but the resulting menu renders below the glide.js element. I have tried making elements relative…
Finchy70
  • 441
  • 9
  • 25
0
votes
0 answers

How to set dynamic slides width in Glide.js

Surprisingly I couldn't find an option for such banal thing. I'm trying to build a slider of that have dynamic content inside. So they have dynamic widths. How can I tell Glide not to assign a fixed identical to the slides but instead to preserve…
rolfo85
  • 717
  • 3
  • 11
  • 27
0
votes
1 answer

GlideJS - Weird behavior when using slide with React Components

I'm using GlideJS with a React Project, but it's returning a strange behavior. The components are not showing one per view and the width of them is changed. The Component: import React, { Component } from "react"; import Glide from…
Laura Beatris
  • 1,782
  • 7
  • 29
  • 49
0
votes
1 answer

Glidejs controls not working Next/Prev buttons and mouse swipe

I'm using glidejs to add a slider to my webpage but i got no error message. the Next/Prev buttons not working and plus swipe with mouse also not able to control the slider. Do you have any way to solve this? //<--!html-->
Juan Terneus
  • 1
  • 1
  • 1
0
votes
1 answer

loading in Glide script by jquery not being recognised

I'm trying to create a dynamic slider through jQuery like so: (this isn't the full script, I've just cut relevant pieces $("head").append( $("").attr("href", sliderjs) ); $(' File B…
user3398797
  • 429
  • 1
  • 7
  • 16
0
votes
3 answers

Glide.js - Disable/Enable Prev/Next buttons

Using Glide.js (here's the documentation section) I've been unable to make the Prev button disabled when the slideshow first loads, but then to enable it once the second slide has been loaded. All I need to do is cycle between 2 slides. Same thing…
Ricardo Zea
  • 10,053
  • 13
  • 76
  • 79
0
votes
1 answer

Glide.js not working?

I'm baffled as to why my glide.js isn't functioning correctly? It's almost as if the javascript is not doing anything. I've followed the instructions to no avail from here: https://github.com/jedrzejchalubek/Glide.js Here is a jsfiddle. Any…
Kyanite
  • 706
  • 3
  • 13
  • 28
-2
votes
1 answer

NODE | Require is not defined(Uncaught Reference Error)

Hello, I've been developing a page with glide.js in WordPress. After I've included the needed JS Files in functions.php, I have seen that in my console it says "Uncaught ReferenceError: require is not defined." What can I do to make the site that…
1 2 3 4 5
6