diff --git a/src/renderer/pages/game-details/game-details.css.ts b/src/renderer/pages/game-details/game-details.css.ts index 5d2350e6..26801afb 100644 --- a/src/renderer/pages/game-details/game-details.css.ts +++ b/src/renderer/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`, {