How do I embed a Video within an Image in wordpress?

by 6 replies
7
I am creating a WordPress page and wish to embed a video on a page within a custom image (an image that resembles a computer or TV screen.) Actually i want my video to play within this image when a user clicks on the image. Can someone please help me to know whether am supposed to use a plugin or a code in embedding the video within the image?

link to image http://marketwithcollins.com/wp-cont...tbox-image.png
#website design #embed #image #video #wordpress
  • A simple solution would be to insert the video first into your page and then cutting up the picture of the screen, top, bottom & sides and placing them around the video. You could try using a table with 3 rows and 3 columns where the video is in the center square.

    Long time ago, you could use < layer > to have several layers of whatever but now the code is deprecated.

    Or you could try putting everything in a one cell < table > with the background set as the image and place the iframe code for the youtube video in the cell of the table. But I have not tried this out.

    I hope this helps.
  • How i would do this is use CSS.

    Make a div and set the image as the background for the DIV

    then place your video code inside this div.

    Do you know any HTML / CSS ?
    • [1] reply
    • Stoc, I don't have any knowledge in HTML or CSS, your help will be appreciated
  • There must have been something wrong with this idea because the account has been suspended!
  • if you dont have basic skills of HTML and CSS, the only posible way is to use wordpress plugin ...
  • Use this code for playing a video inside the image.
    <img src="w3css.gif" width="100%" height="100%" style="position:absolute;left:0px;top:0px;z-index:-1;"/>
    <iframe width="560" height="315" src="video url" frameborder="0" allowfullscreen></iframe>

Next Topics on Trending Feed

  • 7

    I am creating a WordPress page and wish to embed a video on a page within a custom image (an image that resembles a computer or TV screen.) Actually i want my video to play within this image when a user clicks on the image. Can someone please help me to know whether am supposed to use a plugin or a code in embedding the video within the image? link to image http://marketwithcollins.com/wp-cont...tbox-image.png