Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: currentDimension can return 0 for fluid player on IE (#3738)
This is because IE returns 0 for both getComputedStyle and currentStyle. However, offsetHeight and offsetWidth do contain the correct values we want. So, if before returning in currentDimension the return value is still zero, check the offset values.
- Loading branch information