From 856616eeecadd79b5a2f30560f8b073a0432b3fe Mon Sep 17 00:00:00 2001 From: "Tom (plebeius.eth)" Date: Wed, 29 May 2024 21:08:03 +0200 Subject: [PATCH] add comments --- src/components/catalog-row/catalog-row.tsx | 1 + src/components/comment-media/comment-media.tsx | 7 ++++++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/src/components/catalog-row/catalog-row.tsx b/src/components/catalog-row/catalog-row.tsx index 766cd4ff..ab1a9bc6 100644 --- a/src/components/catalog-row/catalog-row.tsx +++ b/src/components/catalog-row/catalog-row.tsx @@ -54,6 +54,7 @@ export const CatalogPostMedia = ({ commentMediaInfo, isOutOfFeed, linkWidth, lin thumbnailComponent = thumbnail ? ( ) : ( + // show first frame of the video, as a workaround for Safari not loading thumbnails