Hi folks,
I used the custom post type video and included my video in the post using:
[youtube http://www.youtube.com/<myvideourl>]
The post displays nicely but on the start page in the two column view the thumbnail image is not sized down like in the example here:
http://demo.onedesigns.com/pinboard/
Therefore it is too large and messes up the layout because it overlaps into the sidebar.
How do I solve this?
Thanks
Alex
Try including your video using oEmbed, i.e. by not using a shortcode and simply pasting the video URL on a new line.
Hi,
thanks. I will keep this in mind and try it out next time.
In the meantime I solved it by using the following custom CSS as I also had the same problem in the article view:
.youtube-player {
width: 100%;
}
.entry-attachment .youtube-player {
width: 100%;
height: 200px;
}
Greets Alex
P.S.: What I still have open is that one:
http://www.onedesigns.com/support/topic/pinboard-1-1-2-and-jetpack-2-5-problem
Any idea?
There’s probably an incompatibility between the theme and the JetPack plugin. I’ll have to do some tests and see it I can fix it.
Hi Daniel,
the Jetpack problem is solved here:
http://www.onedesigns.com/support/topic/uncaught-typeerror
Please include in the next release of the theme.
Thanks!