Skip to content

Commit a8bcb61

Browse files
committed
Add titles to iframes
1 parent 38e27c0 commit a8bcb61

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

illiana-app/src/app/components/history-day/video/video.component.html

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,11 @@ <h3>{{video.title}}</h3>
1313
<a [routerLink]="['/history-day/' + nextVideo.id]" class="my-btn">{{nextVideo.title}} &gt;</a>
1414
</div>
1515
<div class="iframe-container">
16-
<iframe class="responsive-iframe"
17-
[src]="videoSafeUrl" frameborder="0"
16+
<iframe
17+
title="Video Player"
18+
class="responsive-iframe"
19+
[src]="videoSafeUrl"
20+
frameborder="0"
1821
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
1922
allowfullscreen></iframe>
2023
</div>

illiana-app/src/app/components/show-info/show-info.component.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ <h3>1 mile west of Rainsville, IN</h3>
3737

3838
<div class="iframe-wrapper">
3939
<iframe
40+
title="Google Maps Viewer"
4041
src="https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d3037.557931897944!2d-87.3399984!3d40.418643!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x881291b5aedb5e63%3A0x499a29690b809bae!2sIlliana%20Antique%20Power%20Association!5e0!3m2!1sen!2sus!4v1751239885247!5m2!1sen!2sus"
4142
width="100%"
4243
height="100%"

0 commit comments

Comments
 (0)