feat(store-header): add fetchpriority and loading attributes to images for performance optimization
This commit is contained in:
@@ -9,6 +9,8 @@
|
||||
[src]="image"
|
||||
alt=""
|
||||
[loading]="set === 0 && $index < 5 ? 'eager' : 'lazy'"
|
||||
fetchpriority="low"
|
||||
decoding="async"
|
||||
/>
|
||||
}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user