Added title to the mirador iframe.

This commit is contained in:
Michael Spalti
2021-03-30 16:03:02 -07:00
parent 0250b182b6
commit 97e8c9b955

View File

@@ -1,3 +1,3 @@
<p class="full-text-op">{{'iiifviewer.fullscreen.notice' | translate}}</p>
<iframe allowtransparency="true" [src]="iframeViewerUrl | async" id="mirador-viewer"></iframe>
<iframe title="Mirador Viewer" allowtransparency="true" [src]="iframeViewerUrl | async" id="mirador-viewer"></iframe>