mirror of
https://github.com/LemmyNet/lemmy-ui.git
synced 2024-11-26 14:21:13 +00:00
add a prefix to hint to screenreaders what this iframe is
This commit is contained in:
parent
9858514bb4
commit
c16c00db0d
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
)}
|
||||
|
|
Loading…
Reference in a new issue