React-responsive-carousel: Video support???

Created on 15 May 2017  路  6Comments  路  Source: leandrowd/react-responsive-carousel

I got a message when put a video tag inside Carousel container.

No images found! Can't build the thumb list without images. If you don't need thumbs, set showThumbs={false} in the Carousel. Note that it's not possible to get images rendered inside custom components. More info at https://github.com/leandrowd/react-responsive-carousel/blob/master/TROUBLESHOOTING.md

Most helpful comment

Still need a solution to pause/stop a video when moving to the next slide

All 6 comments

I don't understand what's your question on the issue above.

If you add showThumbs={false} this warning will go away. Alternatively, if you want to add a thumb for your video, you can add an img tag inside your video tag and it should render the thumb correctly.

<video><img src="my-image.png' /></video>

@leandrowd
Because I can't load my video on carousel, therefore I created this issue :). That is my mistake, I can make it work now.

Thank for your support 馃憤

You are welcome!

@anhkhoi Did you manage to pause/stop a video when moving to the next slide?

@serjamie Have you found a solution to pause/stop a video when moving to the next slide?

Still need a solution to pause/stop a video when moving to the next slide

Was this page helpful?
0 / 5 - 0 ratings

Related issues

daniel7777cohen picture daniel7777cohen  路  5Comments

spk-cpsamut picture spk-cpsamut  路  4Comments

kishor82 picture kishor82  路  4Comments

LeopoldLerch picture LeopoldLerch  路  5Comments

jasonogasian picture jasonogasian  路  3Comments