[Ask] How To Make Yiistrap Thumbnail Shows Embedded Video

I am using yiistrap TbHtml::thumbnails to list my gallery that contains image and video using this code:

array(‘image’ => ‘hxxp://xxx.com/aaa.jpg’, ‘label’ => ‘a label’,‘caption’=>‘a caption’);

There is no problem with the image, but it won’t show the embedded video, such as from youtube, dailymotion, etc. Can you please share to me ho to do it properly?

thanks.