mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 13:02:56 +00:00
some changes
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user