material-auto-rotating-carousel icon indicating copy to clipboard operation
material-auto-rotating-carousel copied to clipboard

Is it possible to embed a loom video instead of an image in the slide?

Open MincePie opened this issue 4 years ago • 3 comments

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" />
          }

MincePie avatar Aug 05 '20 07:08 MincePie

Maybe; e.g. you could use iframes instead of the image.

leMaik avatar Aug 05 '20 08:08 leMaik

how can i get the iframe into the image container?

MincePie avatar Aug 05 '20 09:08 MincePie

Why not just replace the Slide with your own component and pass some props?

tuxd avatar Mar 12 '21 12:03 tuxd