diff --git a/e107_core/shortcodes/batch/news_shortcodes.php b/e107_core/shortcodes/batch/news_shortcodes.php index c127d44b3..f35d9ffce 100644 --- a/e107_core/shortcodes/batch/news_shortcodes.php +++ b/e107_core/shortcodes/batch/news_shortcodes.php @@ -502,13 +502,14 @@ class news_shortcodes extends e_shortcode 'alt' => basename($srcPath), 'style' => $style, 'placeholder' => varset($parm['placeholder']), + 'legacy' => '{e_IMAGE}newspost_images' ); if(!empty($parm['loading'])) { $imgParms['loading'] = $parm['loading']; } - + $imgTag = $tp->toImage($srcPath,$imgParms);