set low image fetchpriority by default

This commit is contained in:
jeffvli
2026-05-18 17:52:28 -07:00
parent aec5e84758
commit 5a3f2fe96f
+1 -1
View File
@@ -60,7 +60,7 @@ export function BaseImage({
enableAnimation = false,
enableDebounce = false,
enableViewport = true,
fetchPriority,
fetchPriority = 'low',
imageContainerProps,
imageRequest,
includeLoader = true,