diff --git a/src/renderer/src/pages/game-details/game-details.css.ts b/src/renderer/src/pages/game-details/game-details.css.ts index 52f671eb..0e6138d3 100644 --- a/src/renderer/src/pages/game-details/game-details.css.ts +++ b/src/renderer/src/pages/game-details/game-details.css.ts @@ -246,7 +246,9 @@ globalStyle(`${description} img`, { marginTop: `${SPACING_UNIT}px`, marginBottom: `${SPACING_UNIT * 3}px`, display: "block", - maxWidth: "100%", + width: "100%", + height: "auto", + objectFit: "cover", }); globalStyle(`${description} a`, {