mirror of
https://github.com/AykutSarac/jsoncrack.com.git
synced 2025-02-04 01:32:54 +08:00
feat: load images eager
This commit is contained in:
parent
d5d85a1260
commit
0609ae50e1
@ -319,14 +319,14 @@ export const Premium = () => {
|
|||||||
slot="first"
|
slot="first"
|
||||||
width={600}
|
width={600}
|
||||||
src="./assets/compare/free.webp"
|
src="./assets/compare/free.webp"
|
||||||
loading="lazy"
|
loading="eager"
|
||||||
alt="Free Editor"
|
alt="Free Editor"
|
||||||
/>
|
/>
|
||||||
<Image
|
<Image
|
||||||
slot="second"
|
slot="second"
|
||||||
width={600}
|
width={600}
|
||||||
src="./assets/compare/pro.webp"
|
src="./assets/compare/pro.webp"
|
||||||
loading="lazy"
|
loading="eager"
|
||||||
alt="Premium Editor"
|
alt="Premium Editor"
|
||||||
/>
|
/>
|
||||||
</StyledImgComparisonSlider>
|
</StyledImgComparisonSlider>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user