Fix All Image Add Lazy Loading
This commit is contained in:
@@ -190,7 +190,7 @@ function PengaduanMasyarakat() {
|
||||
</Group>
|
||||
</Dropzone>
|
||||
{previewImage ? (
|
||||
<Image alt="" src={previewImage} w={200} h={200} />
|
||||
<Image alt="" src={previewImage} w={200} h={200} loading="lazy"/>
|
||||
) : (
|
||||
<Center w={200} h={200} bg={"gray"}>
|
||||
<IconImageInPicture />
|
||||
|
||||
Reference in New Issue
Block a user