Bypass proxy image size

fixes #601
This commit is contained in:
Kieran 2023-07-12 12:33:57 +01:00
parent e92ac1c850
commit 34f5ac291e
Signed by: Kieran
GPG Key ID: DE71CEB3925BE941

View File

@ -14,7 +14,7 @@ export const ProxyImg = (props: ProxyImgProps) => {
if (loadFailed) {
if (bypass) {
return <img {...props} />;
return <img {...props} width={props.size} height={props.size} />;
}
return (
<div