Render a video as HTML.Documentation Index
Fetch the complete documentation index at: https://mintlify.com/marimo-team/marimo/llms.txt
Use this file to discover all available pages before exploring further.
Usage
Signature
Parameters
The URL of the video or a file-like object.
Whether to show the controls.
Whether to mute the video.
Whether to autoplay the video. The video will only autoplay if
muted is True.Whether to loop the video.
The width of the video in pixels or a string with units.
The height of the video in pixels or a string with units.
Whether to round the corners of the video.
Returns
Html
An
Html object.