Hi Matt,
I’m using a theme that uses preview pictures as small thumbnails as well as in a higher resolution within an image-slideshow. So I checked the source code of your plugin, changed the URL of the YouTube Preview to …/0.jpg (thats the biggest resolution youtube offers to my knowledge) and put the <?php tern_wp_youtube_image(); ?> tag into my source code. And bang it works!
But I’m struggling when it comes to changing the scale of the image. And I also would like to crop each thumbnail on top and on the bottom (cause I don’t like the letterbox bars). Another problem is that the image is changing the alignment of the picture and the text. It should be a small image on the right an headline, info-text (which is only appearing in the slideshow not on page generated by the loop.php),…
This is how my code looks in my loop.php:
Loop.php
And this is how it looks in my slideshow.php:
Slidshow.php
I’m also bad at PHP, is there an (easy) solution for this?
Thanks!