-
+
diff --git a/web/src/components/IndividualBlogPostCell/IndividualBlogPostCell.tsx b/web/src/components/IndividualBlogPostCell/IndividualBlogPostCell.tsx
index 155a59e..b576c9c 100644
--- a/web/src/components/IndividualBlogPostCell/IndividualBlogPostCell.tsx
+++ b/web/src/components/IndividualBlogPostCell/IndividualBlogPostCell.tsx
@@ -84,6 +84,10 @@ export const Success = ({
}, [post])
const { origin } = useLocation()
+
+ const profilePictureUrl = new URL(post.author.profilePicture)
+ profilePictureUrl.searchParams.set('height', '128')
+
return (