You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When resizing the browser in Internet Explorer, at some points a thin black border will show up either on the right side, bottom of the video or both. You can see this happening on the main page, http://fitvidsjs.com/
The text was updated successfully, but these errors were encountered:
When resizing the browser in Internet Explorer, at some points a thin black border will show up either on the right side, bottom of the video or both. You can see this happening on the main page, http://fitvidsjs.com/
Reply to this email directly or view it on GitHub: #152
Is this happening just on Vimeo? I think that black border thing is happening at the Flash Video level (Vimeo side of things), not something we can control. If you go from large to small, it blinks, so it appears to be related to how they're rounding:
iFrameWidth = 501;
iFrameCenter = iFrameWidth/2; // returns 250.5 <-- i think it's messing up here.
Hello,
When resizing the browser in Internet Explorer, at some points a thin black border will show up either on the right side, bottom of the video or both. You can see this happening on the main page, http://fitvidsjs.com/
The text was updated successfully, but these errors were encountered: