Adding videos in Three columns

Discussion in 'Squirrel WordPress Theme' started by igormorgado, Jul 10, 2013.

  1. igormorgado

    igormorgado New Member

    Joined:
    Jun 24, 2013
    Messages:
    12
    Likes Received:
    0
    Hi there.

    I want to add a video in the three column area (the righ most column), but I want the video to fit better the area, as you can see here: http://projetoemnomedopai.com.br there is a big empty space over the Title.

    Any solutions?
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    go to front-page.php present in your theme directory and replace current code

    Code:
    <a href="#"><img src="<?php echo get_template_directory_uri(); ?>/images/img1.png"/></a>
    with your YouTube Embed code.

    For example

    Code:
      <a href="#"><iframe width="266" height="130" src="//www.youtube.com/embed/iJiUdWBSw_s" frameborder="0" allowfullscreen></iframe></a>
    Sending image for reference

    2013-07-10_1240.png



    Use same process for others also.

    Adjust the width and height of the video which you can adjust in the embed code of the video.
     

Share This Page