I have noticed video backgrounds and some other HTML5 elements do not function properly in earlier browsers. Is there a proven workaround in Salient that will allow earlier browsers like IE7 to display video backgrounds, or at least revert to the same placeholder image that shows on mobile devices?
For example, has anyone had success using the html5shiv polyfill script
I have noticed video backgrounds and some other HTML5 elements do not function properly in earlier browsers. Is there a proven workaround in Salient that will allow earlier browsers like IE7 to display video backgrounds, or at least revert to the same placeholder image that shows on mobile devices?
For example, has anyone had success using the html5shiv polyfill script
<!--[if lt IE 9]>
<script src="path/to/html5shiv.js"></script>
<![endif]-->
as explained at: http://www.creativebloq.com/html5/10-best-polyfills-2133015.
Another possible workaround is here: http://demosthenes.info/blog/777/Create-Fullscreen-HTML5-Page-Background-Video
Thoughts on these?
Hey Brian,
Please see my response to your other ticket in regards: https://themenectar.ticksy.com/ticket/375175
Cheers