Questions tagged [embla-carousel]

7 questions
2
votes
1 answer

Embla Carousel - select inner text

I have a carousel built using Embla Carousel (embla-carousel-react). The elements within the carousel contain an image and some text. The text is not selectable, but I would like it to be. When I set draggable: false, I can select the text inside…
Ricka
  • 21
  • 3
1
vote
1 answer

Embla-carousel-react slow image loading

I am currently working on image carousel and there is some issue with image loading. My stack is: Next.js + embla. When I am trying to scroll carousel first 2 images loads pretty fast, but third is very slow for loading. Here is my code: /*…
Val
  • 43
  • 1
  • 6
1
vote
2 answers

How to turn on/off the embla carousel by breakpoint in React?

Using the Embla Carousel, React version, I'm trying to turn/on off the carousel based on breakpoint. So for mobile, it's on and for tablet up it's off. Here's what I tried that seems to work initially, but won't reinitialize. I'm guessing it's…
Ben Marshall
  • 1,724
  • 2
  • 17
  • 33
0
votes
0 answers

How do I add custom controls on mantine embla carousel in next js?

i have this code: import React from "react"; import { Container } from "@mantine/core"; import { Carousel } from "@mantine/carousel"; import { ArticleCard } from "@/components"; import { cards } from "@/data"; export default function…
giorgi1998
  • 23
  • 5
0
votes
2 answers

How to use Autoplay with Embla carousel in next/js?

I have a working Embla carousel in next/js, very similar to this example. To make it work, I had to add use client at the top of the file. I'm trying to add Autoplay capability using this library. The working relevant code is the following: 'use…
idetyp
  • 486
  • 1
  • 3
  • 13
0
votes
0 answers

How to add slide with Embla without changing the current slide

I'm in Flutter InappWebview. I use PagedJs to paginate a html book. Once paginated I add slide to Embla. The pagniated html is already transform to a carousel. I add dynamically slide because pagnition is a long process. Everythings works fine if I…
mario francois
  • 1,291
  • 1
  • 9
  • 16
0
votes
0 answers

Transform scale property not working on image carousel

I have an image carousel built with Mantine carousel that's based on Embla carousel. I'm trying to add a scale animation feature to transform the image that's currently in view by adding classes to it and then removing the classes before scrolling…
Dave Odipo
  • 57
  • 7