Hey, any example to implement video in an efficien...
# kobweb
a
Hey, any example to implement video in an efficient way?
c
What do you mean by implement a video? What are you trying to do?
a
I just wanted to know if there is any better way to implement code to show the video on the web pages, from url or locally stored files.
c
In both cases, you can use the
Video
composable. There should be documentation on how to use
Img
, it's exactly the same.
a
Thanks but i know this way, i thought there is another way to implement that