Skip to content
#

carousel

Here are 662 public repositories matching this topic...

theutkarshsoni
theutkarshsoni commented May 4, 2020

I used the same code as provided in the documentation but the text is out the image container. When I debug the code, then I get to know that there is not CSS for the title.

<Text style={styles.title} numberOfLines={2}> { item.name } </Text>
Can anyone please provide me the css so that I can get the look as mentioned in the example GIF ?

ConduciveMammal
ConduciveMammal commented Nov 9, 2019

The documentation states that this is Glide's structure, but specifically mentions adding the track attribute. So if that's required, is the HTML class structure also required or is it just for example?

<div class="glide">
  <div class="glide__track" data-glide-el="track">
    <ul class="glide__slides">
      <li class="glide__slide">0</li>
      <li class="glide__slide">1</li>
  
andriy-onyshchenko
andriy-onyshchenko commented Dec 27, 2019

Describe Your Environment

  • What version of nuka-carousel are you using?
    4.5.8
  • What version of React are you using?
    16.8.6
  • What browser are you using?
    MS Edge
  • What machine are you on?
    Windows

Describe the Problem

  1. Create a slider with two slides. One of them must be video slide with HTML5 video tag;
  2. Open slider in MS Edge browser;
  3. Check video controls and try to

Improve this page

Add a description, image, and links to the carousel topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the carousel topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.