Home Page 3 Column - Embed Youtube Video

Discussion in 'Cloriato WordPress Theme' started by ksvendsen, May 23, 2013.

Thread Status:
Not open for further replies.
  1. ksvendsen

    ksvendsen New Member

    Joined:
    May 20, 2013
    Messages:
    10
    Likes Received:
    1
    I would like to replace the images in the 3 column home page with embedded youtube videos. Is this possible?
     
  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:
    <img class="feature-image" src="<?php echo get_template_directory_uri(); ?>/images/f-img1.jpg"/>
    with your YouTube iframe code.

    Sending image for reference

    [​IMG]


    Use same process for others also.

    You have to adjust the width and height of the video which you can adjust in the embed code of the video.
     
  3. ksvendsen

    ksvendsen New Member

    Joined:
    May 20, 2013
    Messages:
    10
    Likes Received:
    1
    Thanks! Worked perfectly.
     
Thread Status:
Not open for further replies.

Share This Page