html - background pattern image on videos having issues while scrolling -


my code

<div id="homepage"></div> 
#homepage {     background:url('../../images/pattern.png');     position: fixed;     width: 100%;     min-height: 100%; } 

i used video background , while scrolling, creates unwanted horizontal lines across screen shown in screens:

here's video link. scroll , down see pattern isn't uniform: http://testingprth.hostingsiteforfree.com/demo/

thanks

can provide jsfiddle please? ^ dont have 50 rep have post in answer section ill update after take


Comments

Popular posts from this blog

java - Run a .jar on Heroku -

java - Jtable duplicate Rows -

validation - How to pass paramaters like unix into windows batch file -