mirror of
https://github.com/turt2live/matrix-dimension.git
synced 2024-10-01 01:05:53 -04:00
Merge 306f61dd48
into b98b2848cf
This commit is contained in:
commit
172942285e
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user