-
Notifications
You must be signed in to change notification settings - Fork 7.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
find a empty box #5564
Comments
👋 Thanks for opening your first issue here! 👋 If you're reporting a 🐞 bug, please make sure you include steps to reproduce it. We get a lot of issues on this repo, so please be patient and we will get back to you as soon as we can. |
That looks like the border of an iframe element. We use an iframe element when ResizeObserver isn't available. You can disable it by passing in |
Can you try version 7.3.0? We had a fix related to it: #5522 |
I'm sorry that this problem still exists. The version I'm using now is 7.3.0, mainly focused on the iphone, and most android phones are available |
Oh, I see. I think it's happening because we didn't turn off the border for iframes. As a workaround, you can turn off the resizeManager until it is fixed. |
Looking into this, it seems like we properly set up the ResizeManager iframe to not have a border. In 7.3.0, we changed how the ResizeManager iframe is done: #5522. |
Today I created a new demo, and the frame did not appear again, probably because I just updated VJS version to 7.3.0 last time,But no update it min. CSS file, this is my demo address videTest, thanks again for your help!!! |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Click play button and then an empty box appears when video loads
The text was updated successfully, but these errors were encountered: