Skip to content
This repository has been archived by the owner on Sep 26, 2024. It is now read-only.

Commit

Permalink
fix: lazy loading in the image
Browse files Browse the repository at this point in the history
  • Loading branch information
aswathy-deriv committed Nov 10, 2023
1 parent ac7cd8b commit a15de31
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/features/pages/deriv-ctrader/hero-banner/data.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export const hero_content_data: DerivProductContentType = {
<StaticImage
src="../../../../images/common/trading-platforms/ctrader/ctrader-hero.png"
alt="Deriv ctrader online trading platform"
loading="eager"
loading="lazy"
quality={100}
formats={['avif', 'webp', 'auto']}
objectFit="contain"
Expand All @@ -21,7 +21,7 @@ export const hero_content_data: DerivProductContentType = {
<StaticImage
src="../../../../images/common/trading-platforms/ctrader/ctrader-hero-mobile-new-2.png"
alt="Deriv ctrader online trading platform"
loading="eager"
loading="lazy"
quality={100}
formats={['avif', 'webp', 'auto']}
objectFit="contain"
Expand Down

0 comments on commit a15de31

Please sign in to comment.