Add fine grained control to iframe.
This commit is contained in:
parent
88dc73cf1d
commit
4167a7e6b7
@ -15,10 +15,13 @@
|
|||||||
<li class="breadcrumb-item active" aria-current="page">Home</li>
|
<li class="breadcrumb-item active" aria-current="page">Home</li>
|
||||||
</ol>
|
</ol>
|
||||||
</nav>
|
</nav>
|
||||||
<div class="card">
|
<div class="embed-responsive embed-responsive-16by9">
|
||||||
<div class="embed-responsive embed-responsive-16by9">
|
<iframe class="embed-responsive-item" [src]="url | safe" allow="fullscreen" loading="lazy"
|
||||||
<iframe class="embed-responsive-item" [src]="url | safe" allowfullscreen></iframe>
|
title="Community inclusion currencies dashboard" referrerpolicy="no-referrer">
|
||||||
</div>
|
<p>
|
||||||
|
<a href="{{url}}"> Your browser does not support iframes. </a>
|
||||||
|
</p>
|
||||||
|
</iframe>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<app-footer appMenuSelection></app-footer>
|
<app-footer appMenuSelection></app-footer>
|
||||||
|
Loading…
Reference in New Issue
Block a user