diff --git a/src/shared/components/image/image.tsx b/src/shared/components/image/image.tsx
index 1025932e1..4502706e9 100644
--- a/src/shared/components/image/image.tsx
+++ b/src/shared/components/image/image.tsx
@@ -111,7 +111,6 @@ export function BaseImage({
decoding="async"
fetchPriority={fetchPriority}
loader={includeLoader ? : null}
- loading="eager"
src={src}
unloader={
includeUnloader ? (
@@ -177,7 +176,6 @@ function ImageWithDebounce({
decoding="async"
fetchPriority={fetchPriority}
loader={includeLoader ? : null}
- loading="eager"
src={debouncedSrc}
unloader={
includeUnloader ? (
@@ -270,7 +268,6 @@ function ImageWithViewport({
decoding="async"
fetchPriority={fetchPriority}
loader={includeLoader ? : null}
- loading="eager"
src={src}
unloader={
includeUnloader ? (