add a prefix to hint to screenreaders what this iframe is

This commit is contained in:
David Palmer 2023-06-21 16:28:27 +12:00
parent 9858514bb4
commit c16c00db0d
No known key found for this signature in database
GPG Key ID: A5B29F556187B3DE
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@ export class MetadataCard extends Component<
allowFullScreen
className="post-metadata-iframe"
src={post.embed_video_url}
title={post.embed_title}
title={"Embedded Video: " + post.embed_title}
></iframe>
</div>
)}