I have an image on my page and i am trying to embed a youtube video on top of it at a specific location. How can i do this? usemap?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can’t, you would have to use CSS
position: absolute; top: 0px; left: 0px;syntax to align it but you would need the image to be abackground-image:of the video’s parent element.