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.
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.
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?
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.