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:
@@ -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')
|
||||
|
Reference in New Issue
Block a user