Jump to content

Html video


akhleshsrm

Recommended Posts

i am just trying to align a video to center with <embed> tag like that <embed align="center"> but its not working . I want to know the reason? (i am using google chrome)

Please help me.

 

 

I am just trying to repeat a audio 3 times and set it like that :

<embed src="myaudio.mp4" width="100%" height="200" autostart="true" loop="3">

but it is not working for me.

Link to comment
Share on other sites

You should use the <video> element, not embed.

 

To center it, use CSS. Since the video is an inline element, you can center it using the text-align property of the parent element.

Link to comment
Share on other sites

  • 2 months later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...