-
Hey all, I want to add a video to my instructions while using the instructions plugin. Any ideas on how to do that? I managed to add images as html strings but not videos. Thanks a lot. |
Beta Was this translation helpful? Give feedback.
Answered by
jodeleeuw
Jun 16, 2022
Replies: 1 comment 3 replies
-
Hi @fspinar, You should be able to embed a |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
jodeleeuw
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @fspinar,
You should be able to embed a
<video>
element in the same way that you added the images. Let us know if that doesn't work for some reason!