Skip to content

Commit 5a7719c

Browse files
authored
Update committee.js
1 parent 6bf2cc5 commit 5a7719c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/pages/committee.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ function toGoogleImageUrl(url = "") {
2222

2323
if (!fileId) return url;
2424

25-
return `https://drive.google.com/uc?export=view&id=${fileId}`;
25+
return `https://drive.google.com/thumbnail?id=${fileId}&sz=w500`;
2626
}
2727

2828
// -----------------------------

0 commit comments

Comments
 (0)