oop
This commit is contained in:
		| @@ -32,7 +32,16 @@ export default class Home extends Component { | ||||
|             > | ||||
|               ⬇️ | ||||
|             </button> | ||||
|             <video autoPlay loop muted className="home__content__panel__video"> | ||||
|             <video | ||||
|               autoPlay | ||||
|               playsInline | ||||
|               controls={false} | ||||
|               preload="yes" | ||||
|               loop | ||||
|               muted | ||||
|               className="home__content__panel__video" | ||||
|               type="video/mp4" | ||||
|             > | ||||
|               <source src={backgroundVideo} type="video/mp4" /> | ||||
|             </video> | ||||
|           </div> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user