-
Notifications
You must be signed in to change notification settings - Fork 9
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
Embedding a <video> in a .slide makes everything blow up in Chrome #68
Comments
Possibly related to http://code.google.com/p/chromium/issues/detail?id=75819 |
Interesting... detaching the video from the DOM and then re-inserting it fixes the issue.
That's an easy workaround, even if ugly. Be nice to know what's causing it, though... |
That only fixes it temporarily. It may break again if the page is resized. Commenting out |
…seif#68) The previous approach caused Chrome to blow up the page when a <video> element was added to a slide.
When I embed a
<video>
element inside a.slide
, Chrome hides everything except for a 10-pixel margin around the side of the page.Firefox does not have an issue.
The text was updated successfully, but these errors were encountered: