Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
MincePie opened this issue Aug 5, 2020 · 3 comments
Open

Comments

@MincePie
Copy link

MincePie commented Aug 5, 2020

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" />
          }
@leMaik
Copy link
Member

leMaik commented Aug 5, 2020

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

@MincePie
Copy link
Author

MincePie commented Aug 5, 2020

how can i get the iframe into the image container?

@tuxd
Copy link

tuxd commented Mar 12, 2021

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants