From d44a92dcbaec12581b1ba35f2c5948ed7926749f Mon Sep 17 00:00:00 2001 From: Cameron Date: Fri, 1 Jul 2016 16:09:42 -0700 Subject: [PATCH] Fix for news video thumbnail size in latest news etc. --- e107_core/shortcodes/batch/news_shortcodes.php | 1 + 1 file changed, 1 insertion(+) diff --git a/e107_core/shortcodes/batch/news_shortcodes.php b/e107_core/shortcodes/batch/news_shortcodes.php index 9c2fbdde6..4519c4c31 100644 --- a/e107_core/shortcodes/batch/news_shortcodes.php +++ b/e107_core/shortcodes/batch/news_shortcodes.php @@ -612,6 +612,7 @@ class news_shortcodes extends e_shortcode { $src = $vThumb; $_src = '#'; + $dimensions = e107::getParser()->thumbDimensions(); } else {