Fixed Plyr container not resizing responsively#1651
Fixed Plyr container not resizing responsively#1651sampotts merged 1 commit intosampotts:developfrom shravan2x:develop
Conversation
|
just tested it and it works |
|
Thanks for looking into this and creating a decent PR! 👍 The only styling I'm concerned about is the Edit: Also, setting height on the video wrapper may break the ratio functionality. I'll do some testing though. |
|
@sampotts Thanks for the quick response! The I think it may also matter in which context users currently use Plyr. If they use it somewhere like a blog, the |
|
It was this pull request: I'm guessing it needs reverting then? |
|
When I initially made this PR, the |
|
Could you try |
|
@kgnfth Could you try adding |
|
I think I have a solution that should fix both this issue and the other one. Working on another PR now. |
|
@kgnfth Could you try |
|
Thanks for working this out and sorry for the hassle 👍 |


Link to related issue (if applicable): #1634
Summary of proposed changes
The main change was adding
height: 100%s in a few places. I also had to updatepreview-thumbnails.jsto support the new changes.Checklist
developas the base branch/distchanges) from the PRI use these fixes in a private app and they work fine. However, I had to change them a little when I copied them over. So this PR needs to be tested to verify that
I'd appreciate help testing it since I'm not able to do it myself at the moment.