Update thumbnail to use lower quality
This commit is contained in:
@@ -85,7 +85,9 @@
|
||||
|
||||
async function loadAuthor() {
|
||||
const channel = await getChannel(video.authorId);
|
||||
const imgResp = await fetch(proxyGoogleImage(getBestThumbnail(channel.authorThumbnails)));
|
||||
const imgResp = await fetch(
|
||||
proxyGoogleImage(getBestThumbnail(channel.authorThumbnails, 75, 75))
|
||||
);
|
||||
authorImg = URL.createObjectURL(await imgResp.blob());
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user