diff --git a/client/pages/torrent/[infoHash].js b/client/pages/torrent/[infoHash].js index d9661d7..8b87310 100644 --- a/client/pages/torrent/[infoHash].js +++ b/client/pages/torrent/[infoHash].js @@ -683,8 +683,8 @@ const Torrent = ({ token, torrent = {}, userId, userRole, uid, userStats }) => { alt={`Cover image for “${torrent.name}”`} width="auto" height="auto" - maxWidth="500px" - maxHeight="500px" + maxWidth="400px" + maxHeight="400px" /> )}