Fix All Image Add Lazy Loading
This commit is contained in:
@@ -74,6 +74,7 @@ function Page() {
|
||||
fit="contain"
|
||||
mah={400}
|
||||
fallbackSrc="https://placehold.co/600x400?text=Tidak+Ada+Gambar"
|
||||
loading="lazy"
|
||||
/>
|
||||
</Stack>
|
||||
</Container>
|
||||
|
||||
@@ -72,6 +72,7 @@ function Page() {
|
||||
alt={state.findUnique.data.name || 'Prestasi'}
|
||||
w={"100%"}
|
||||
style={{ maxHeight: '500px', objectFit: 'cover' }}
|
||||
loading="lazy"
|
||||
/>
|
||||
)}
|
||||
<Box mt="md">
|
||||
|
||||
@@ -78,6 +78,7 @@ function Page() {
|
||||
style={{
|
||||
boxShadow: '0 0 25px rgba(0, 190, 255, 0.25)',
|
||||
}}
|
||||
loading="lazy"
|
||||
/>
|
||||
)}
|
||||
|
||||
|
||||
@@ -110,6 +110,7 @@ function Page() {
|
||||
height={120}
|
||||
fit="contain"
|
||||
style={{ filter: 'drop-shadow(0px 2px 6px rgba(0,0,0,0.1))' }}
|
||||
loading="lazy"
|
||||
/>
|
||||
</Box>
|
||||
<Stack gap="xs" align="center" style={{ width: '100%' }}>
|
||||
|
||||
Reference in New Issue
Block a user