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

Popular posts from this blog

c++ - Difference between pre and post decrement in recursive function argument -

php - Nothing but 'run(); ' when browsing to my local project, how do I fix this? -

php - How can I echo out this array? -