mirror of
https://github.com/e107inc/e107.git
synced 2025-08-06 22:57:14 +02:00
Fix for news video thumbnail size in latest news etc.
This commit is contained in:
@@ -612,6 +612,7 @@ class news_shortcodes extends e_shortcode
|
|||||||
{
|
{
|
||||||
$src = $vThumb;
|
$src = $vThumb;
|
||||||
$_src = '#';
|
$_src = '#';
|
||||||
|
$dimensions = e107::getParser()->thumbDimensions();
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user