diff --git a/src/components/node/CommentContent/index.tsx b/src/components/node/CommentContent/index.tsx index 6e11a07a..e559e1dc 100644 --- a/src/components/node/CommentContent/index.tsx +++ b/src/components/node/CommentContent/index.tsx @@ -74,7 +74,7 @@ const CommentContent: FC<IProps> = memo( <div className={styles.images}> {groupped.image.map((file, index) => ( <div key={file.id} onClick={() => modalShowPhotoswipe(groupped.image, index)}> - <img src={getURL(file, PRESETS['300'])} alt={file.name} /> + <img src={getURL(file, PRESETS['600'])} alt={file.name} /> </div> ))} </div>