Skip to content

Commit

Permalink
fix canvas aspect ratio
Browse files Browse the repository at this point in the history
  • Loading branch information
eyaler committed Jun 12, 2024
1 parent 7c67c5d commit f8248fe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ iframe, #out_container {
}

#out_container > * {
aspect-ratio: 16 / 9;
left: 0;
position: absolute;
top: 50%;
Expand Down

0 comments on commit f8248fe

Please sign in to comment.