mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 04:46:40 +07:00
added fallback for single images
This commit is contained in:
parent
45c935af3b
commit
83e1902e83
8 changed files with 16 additions and 4 deletions
|
@ -81,6 +81,7 @@ const ImagePreloader: FC<IProps> = ({ file, onLoad, onClick, className }) => {
|
|||
width="100%"
|
||||
height="100%"
|
||||
filter="url(#f1)"
|
||||
onLoad={onLoad}
|
||||
/>
|
||||
)}
|
||||
</svg>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue