jquery - HTML5 Video background - IE error -
for using video background on webpage use code:
position: fixed; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; background: url(images/bg/home.jpg) no-repeat; background-size: cover;
it works in safari, chrome, firefox , opera, ie doen't support "object-fit: cover", doesn't fill screen totally, have tried many solutions web , here on stackoverflow, none of them works. - do?
does ie support html5?.if not try latest version.
Comments
Post a Comment