Page 1 of 1

youtubeplayer

Posted: Tue Apr 23, 2013 3:56 pm
by gionda
hi,
I installed the module YouTubePlayer, is very nice but you do not see the thumb in list mode. I saw that the path

Code: Select all

<a href="{$item->detailurl}">
<img src="http://img.youtube.com/vi/{$item->videoid}/1.jpg" width="120" height="90" border="0" alt="{$item->name}" title="{$item->name}"> 
</a>
looks correct
has anyone had the same problem?
Thanks