mirror of
https://github.com/gradio-app/gradio.git
synced 2024-12-15 02:11:15 +08:00
fix video recorder for iphone
This commit is contained in:
parent
2b864db286
commit
f909298aba
@ -76,6 +76,7 @@ class VideoInput extends BaseComponent {
|
||||
<video
|
||||
className="video_preview"
|
||||
controls
|
||||
playsInline
|
||||
src={this.props.value["data"]}
|
||||
></video>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user