We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 57b0c44 + 3dcbe8e commit 87dcd3bCopy full SHA for 87dcd3b
src/runtime/components/BoosterImage/classes/Source.ts
@@ -97,7 +97,8 @@ export default class Source implements ISource {
97
imagesrcset: srcset,
98
imagesizes: sizes,
99
media: this.media,
100
- crossorigin: crossorigin as HTMLCrossOriginAttribute
+ crossorigin: crossorigin as HTMLCrossOriginAttribute,
101
+ fetchpriority: 'high'
102
};
103
return preload;
104
}
0 commit comments