WebsiteBaker 2.13.9 is now available!
R.I.P Dietmar (luisehahne) and thank you for all your valuable work for WBhttps://forum.websitebaker.org/index.php/topic,32355.0.html
$returnvalue = '<div class="video-thumbnails">';$returnvalue .= '<a class="variousvideo fancybox.iframe" href="http://www.youtube.com/embed/'.$id.'?rel=0&autoplay=0">';$returnvalue .= '<img alt="Click to watch video" src="http://img.youtube.com/vi/'.$id.'/0.jpg" /></a>';$returnvalue .='<br /><div style="min-width:100%; text-align:center;">';$returnvalue .= $titel.'<br /><small>'.$maker.'</small></div>';$returnvalue .= '</div>';return $returnvalue;