Skip to content

Commit

Permalink
flip video
Browse files Browse the repository at this point in the history
  • Loading branch information
naueramant committed Jul 28, 2024
1 parent 054e292 commit a4a8c97
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/views/Game/components/GamFinishedDialog.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -436,6 +436,7 @@ const Video: FunctionComponent<VideoProps> = memo(({ device }) => {
style={{
width: "100%",
height: "100%",
transform: "scaleX(-1)",
}}
ref={(video) => {
if (video && device) {
Expand Down

0 comments on commit a4a8c97

Please sign in to comment.