1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-17 20:01:47 +02:00

Admin->mailout embedded video thumbnail styling.

This commit is contained in:
Cameron
2014-10-19 14:44:41 -07:00
parent 30cdbe6774
commit 280f100190
4 changed files with 24 additions and 13 deletions

View File

@@ -2961,7 +2961,8 @@ class e_parser
e107::getFile()->getRemoteFile($thumbSrc, $filename,'media');
}
return "<a href='".$url."'><img class='video-responsive video-thumbnail' src='".$filepath."' alt='Youtube Video' title='Click to view on Youtube' /></a>";
return "<a href='".$url."'><img class='video-responsive video-thumbnail' src='".$filepath."' alt='Youtube Video' title='Click to view on Youtube' />
<div class='video-thumbnail-caption'><small>Click to watch video</small></div></a>";
}
if($thumb == 'src')