higher quality on channel page

This commit is contained in:
Thomas Zarebczan 2022-03-21 12:51:11 -04:00 committed by Thomas Zarebczan
parent b5630f0ed6
commit 9ee2db99f0

View file

@ -118,6 +118,7 @@ function ChannelThumbnail(props: Props) {
className={!channelThumbnail ? 'channel-thumbnail__default' : 'channel-thumbnail__custom'}
src={(!thumbLoadError && channelThumbnail) || defaultAvatar}
width={small || xsmall ? 64 : 160}
quality={small || xsmall ? 85 : 95}
loading={noLazyLoad ? undefined : 'lazy'}
onError={() => {
if (setThumbUploadError) {