Skip to content

Commit

Permalink
Prevent popcorn resizing the transcript width
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnSmith-LT committed Sep 8, 2022
1 parent 4e8da45 commit f5c8770
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -147,7 +147,7 @@ this.loadMedia = function($holder, mediaType, mediaData, mainMedia = true) {

if (mediaType == "video") {
$mediaHolder.find(".transcriptHolder")
.width($mediaHolder.find(".popcornMedia").width())
//.width($mediaHolder.find(".popcornMedia").width())
.css("margin", "0 auto");
}
}
Expand Down

0 comments on commit f5c8770

Please sign in to comment.