My name is Mark Nguyen from [email protected] I am extended member.
As I enter code
<video width=”900″ height=”450″ controls>
<source src=”http://miclending.net/wp-content/uploads/2014/11/MICLENDING.mp4″ type=”video/mp4″>
Your browser does not support the video tag.
</video>
then video is not automatic and it is not repeat or in loop.
I added auto as below then video cannot play
<video width=”900″ height=”450″ controls>
<source src=”http://miclending.net/wp-content/uploads/2014/11/MICLENDING.mp4?autoplay=1&loop=1″ type=”video/mp4″>
Your browser does not support the video tag.
</video>
Please help me to have automatic play and playing in loop?
Thanks