This commit is contained in:
freelance-bishop 2023-08-13 12:11:49 +07:00 committed by GitHub
commit 5512b85dad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,6 +8,6 @@
<h4>{{'Sorry, this content cannot be embedded' | translate}}</h4>
</div>
</div>
<iframe [src]="embedUrl" *ngIf="!isLoading && canEmbed" frameborder="0" allowfullscreen></iframe>
<iframe allow="microphone; camera; encrypted-media; autoplay; display-capture;" [src]="embedUrl" *ngIf="!isLoading && canEmbed" frameborder="0" allowfullscreen></iframe>
<my-fullscreen-button *ngIf="!isLoading && canEmbed" class="toggleFullscreen"></my-fullscreen-button>
</div>