mirror of
https://github.com/gradio-app/gradio.git
synced 2025-01-06 10:25:17 +08:00
Merge pull request #726 from gradio-app/dawood/video-bug-fix
Issue 693: Video component is flipped horizontally
This commit is contained in:
commit
ba24b5dd66
@ -67,7 +67,7 @@
|
||||
</button>
|
||||
</div>
|
||||
|
||||
<style lang="postcss" global>
|
||||
<style lang="postcss">
|
||||
video {
|
||||
-webkit-transform: scaleX(-1);
|
||||
transform: scaleX(-1);
|
||||
|
Loading…
Reference in New Issue
Block a user