I think a feature to decide what size the video should have, when the colorbox opens is missing.
We have a small thumbnail of the video on our site, but we would like the visitor to see a bigger version in the colorbox.
Thanks in advance.
cheers mate!
http://wordpress.org/extend/plugins/smart-youtube/
David Goebel
Member
Posted 1 year ago #
How do I get thumbnails to work? The video is always showing at full size. I would rather have a thumbnail and then have the video open up in colorbox. What am I missing?
klevismiho
Member
Posted 1 year ago #
I noticed this problem too, would be perfect if this option would be on the backend. However you can change the size of the thumbnail (img tag) with css, just did it, works perfectly. Make sure that "Video width and height in normal mode" is set to the biggest.
thebrewroom
Member
Posted 10 months ago #
Hey guys, where in the CSS are you editing the IMG size for the thumbnails?
There's a ton of spots in the file: smartyoutube.php and I don't want to change the IMG size for all of the images on my site by making a generic IMG style.
Thanks!
In the video appearance option, I'm thinking something like the following should work?
<div style="width="220" height="165", float:left;margin-right: 10px;">{video}</div>