parent
e92ac1c850
commit
34f5ac291e
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user