Merge pull request #726 from gradio-app/dawood/video-bug-fix

Issue 693: Video component is flipped horizontally
This commit is contained in:
Dawood Khan 2022-02-23 14:02:29 -05:00 committed by GitHub
commit ba24b5dd66
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -67,7 +67,7 @@
</button>
</div>
<style lang="postcss" global>
<style lang="postcss">
video {
-webkit-transform: scaleX(-1);
transform: scaleX(-1);