Skip to content

Commit

Permalink
Fix issue whereby if an iframe has been used as the source in the vid…
Browse files Browse the repository at this point in the history
…eo page, rather than a directly uploaded video, then the transcript was being displayed in a narrow left column and not filling the width of it's container. From my tests setting min-width:100%; resolves that issue.
  • Loading branch information
ronm123 committed Jul 30, 2021
1 parent 50d1da2 commit 353d137
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -11,6 +11,7 @@

#transcript {
text-align: left;
min-width:100%;
}

#pageVideo.iframe {
Expand Down

0 comments on commit 353d137

Please sign in to comment.