Skip to content

Commit

Permalink
try disabling aspect ratio as an experiment
Browse files Browse the repository at this point in the history
  • Loading branch information
Anarchy Server v2 committed Apr 1, 2024
1 parent 88f1b25 commit 7e255c8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion client/src/components/item.js
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,8 @@ export default withStyles(
marginTop: '0.5rem'
},
previewImage: {
aspectRatio: '16 / 9'
// disable temporarily because I apparently had some non 16:9 images
// aspectRatio: '16 / 9'
}
},
Item
Expand Down

0 comments on commit 7e255c8

Please sign in to comment.