round-off error
-
It seems as if there is a round-off error while calculating the size of the video wrapper. The CSS says in my example:
.fluid-width-video-wrapper {
padding-top: 56.15% !important;
width: 100.3% !important;
}the elememt says
element.style {
padding-top: 56.2115%;
}The latter is the correct figure, unfortunately the wrong calculation leads to black frames left and right of the video.
- The topic ‘round-off error’ is closed to new replies.