You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mohemm_moe/Mohem/src/app/hmg-common/ui/face-avatar/face-avatar.component.html

13 lines
398 B
HTML

<ion-grid >
<ion-row text-center>
<ion-col center >
<!-- face holder -->
<div [style.background]="'url('+image+')'" class="face-avatar bounceIn"
[style.height]="height" (error)="failedToLoadImage()"></div>
<!--
<img [src]="image" class="face-avatar" class="bounceIn" (error)="failedToLoadImage()">
-->
</ion-col>
</ion-row>
</ion-grid>