mlibrary / heliotrope

Codebase for Fulcrum, a Samvera-based digital publishing platform built by the University of Michigan Library

Home Page:https://fulcrum.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Embedded videos need metadata

mbakeryo opened this issue · comments

The title should be there (hidden) before a user
gets to the video player.

@jmcglone Here is a nice summary of this kind of thing:
https://dequeuniversity.com/tips/provide-iframe-titles

Can you confirm that:

  1. the <title> of the embedded page is what we're targeting here, so for now I'm just going to set that to the FileSet title
  2. the iframe itself should have a title attribute as well

Will create a PR following the advice in that link.