Skip to content

Commit

Permalink
fix: video player web
Browse files Browse the repository at this point in the history
  • Loading branch information
chrismclarke committed Mar 13, 2024
1 parent e90dcae commit 36e6df8
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,8 @@
*ngIf="videoResource"
[resource]="videoResource"
(attachmentChange)="handleResourceAttachmentChange($event.uri)"
[style.display]="videoUri ? 'none' : 'block'"
></resource-item-file>
<h2 *ngIf="videoUri">{{ videoResource.title | translate }}</h2>
<picsa-video-player #videoPlayer *ngIf="videoUri" [id]="videoResource.id" [source]="videoUri"></picsa-video-player>
<p>
{{ 'In this video you will learn about the PICSA step:' | translate }}
{{ activity!.label | translate }}
Expand Down

0 comments on commit 36e6df8

Please sign in to comment.