plotly / dash-html-components

OBSOLETE - now part of https://github.com/plotly/dash
https://dash.plotly.com
Other
153 stars 49 forks source link

Video missing Type #104

Open matthijsramlab opened 5 years ago

matthijsramlab commented 5 years ago

I want to set the type of video, but there is no type parameter?

To be more clear I want to do the following in:

`

`

but 'type' is no parameter.

alexcjohnson commented 5 years ago

Huh, that looks like it should work - note it's not the <video> that has type, it's <source> - and html.Source does have a type parameter. Can you show an example of the dash code you're trying?

hlzl commented 4 years ago

@matthijsramlab Did you fix the problem?

matthijsramlab commented 4 years ago

No I did not. What I ended up doing is updating an image with an interval component