some changes

This commit is contained in:
Eudes Inácio
2023-11-06 09:07:04 +01:00
parent f7b6f20eaf
commit d6e24dccff
9 changed files with 92 additions and 62 deletions
@@ -27,7 +27,7 @@
</div>
</div>
<div *ngIf="capturedImage != '' " class="ion-item-container-no-border mb-20">
<div *ngIf="filecontent" class="ion-item-container-no-border mb-20">
<ion-label class="attached-title pb-10">Fotografia Anexada</ion-label>
<div class="d-flex justify-content-between">
@@ -36,8 +36,8 @@
<ion-img *ngIf="fileType == 'image/jpeg'" [(ngModel)]="capturedImage" name="image" ngDefaultControl [src]="capturedImage" (click)="imageSize(capturedImage)" ></ion-img>
<video *ngIf="fileType == 'video/mp4'" controls>
<source type="video/mp4" src="{{capturedVideo}}">
<video *ngIf="fileType == 'video/mp4'" height="80px" width="80px" playsinline controls preload="auto">
<source src="{{capturedVideo}}" type="video/mp4" >
</video>
</ion-thumbnail>