Home Page 2 Columns - embedded YouTube video

Discussion in 'Cloriato WordPress Theme' started by jamescollett, May 21, 2013.

  1. jamescollett

    jamescollett Guest

    Joined:
    Dec 28, 2011
    Messages:
    18
    Likes Received:
    0
    I have a problem with the Cloratio theme.

    Here is the navigation to the relevant area in the back-end:-

    Cloriato Theme Options
    - Home Page 2 Cols
    - Right Column Content
    - says:-
    "Enter text description for column right. You can put html tags, embed code in this area."

    I entered an embedded YouTube link, as provided by YouTube:-

    <iframe width="480" height="360" src="http://www.youtube.com/embed/YHK6wo5qebI" frameborder="0" allowfullscreen></iframe>

    However, it does not show the video correctly - half of the image remains off-screen. Similarly I cannot access the "Watch in Full YouTube" button, as that also is off the screen. This makes the feature useless.

    Please advise - is there something I am doing wrong?

    The website is here:-
    http://www.pausemusic.co.uk

    Thanks.
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,
    Please adjust the width and height of the video which you can adjust in the embed code of the video, This will solve your issue.
     
  3. jamescollett

    jamescollett Guest

    Joined:
    Dec 28, 2011
    Messages:
    18
    Likes Received:
    0
    This was exactly what I tried. I could not find a size which worked. YouTube provide standard sizes to choose from, but these are no good for the theme's box.

    What customn values do you recommend, please?
     
  4. Gourav

    Gourav Support Staff

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

    Replace your current iframe code with code given below

    Code:
    <iframe width="280" height="250" src="http://www.youtube.com/embed/YHK6wo5qebI" frameborder="0" allowfullscreen></iframe>
    This will solve your issue.
     

Share This Page