Closed fanfavorite closed 11 years ago
Nice! Hit me with a pull request, and I'll include it in a release. On 13 Sep 2013 21:20, "fanfavorite" notifications@github.com wrote:
If you have additional CSS like position absolute and such, it removes it when doing the fallback. A simple fix is to add:
j.title=b.title; j.style.cssText=b.style.cssText; <--Added j.style.display="block";
— Reply to this email directly or view it on GitHubhttps://github.com/etianen/html5media/issues/39 .
If you have additional CSS like position absolute and such, it removes it when doing the fallback. A simple fix is to add:
j.title=b.title; j.style.cssText=b.style.cssText; <--Added j.style.display="block";