material-auto-rotating-carousel
material-auto-rotating-carousel copied to clipboard
Is it possible to embed a loom video instead of an image in the slide?
Is it possible to replace the image with a loom embed?
<Slide
media={
<img src="http://www.icons101.com/icon_png/size_256/id_79394/youtube.png" />
}
Maybe; e.g. you could use iframes instead of the image.
how can i get the iframe into the image container?
Why not just replace the Slide with your own component and pass some props?