mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-20 08:33:11 +00:00
refactor: use ion-img where lazy load needed
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
<ion-card-content *ngFor="let characteristic of ('characteristics' | thingTranslate: item)">
|
||||
<p>
|
||||
<img *ngIf="characteristic.image"
|
||||
[src]="characteristic.image" /><span> {{characteristic.name}}</span>
|
||||
[src]="characteristic.image" alt=""/><span> {{characteristic.name}}</span>
|
||||
</p>
|
||||
</ion-card-content>
|
||||
</ion-card>
|
||||
|
||||
Reference in New Issue
Block a user