1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-05 14:17:49 +02:00

Fix for news video thumbnail size in latest news etc.

This commit is contained in:
Cameron
2016-07-01 16:09:42 -07:00
parent a985a6e9b1
commit d44a92dcba

View File

@@ -612,6 +612,7 @@ class news_shortcodes extends e_shortcode
{
$src = $vThumb;
$_src = '#';
$dimensions = e107::getParser()->thumbDimensions();
}
else
{