mirror of
https://github.com/e107inc/e107.git
synced 2025-08-17 20:01:47 +02:00
Multiple Image/Video fix for news_carousel_menu.php
This commit is contained in:
@@ -2834,7 +2834,7 @@ class e_parser
|
||||
|
||||
if($thumb == 'tag')
|
||||
{
|
||||
return "<img class='img-responsive' src='".$thumbSrc."' alt='Youtube Video' style='max-width:".vartrue($parm['w'],'80')."px'/>";
|
||||
return "<img class='img-responsive' src='".$thumbSrc."' alt='Youtube Video' style='width:".vartrue($parm['w'],'80')."px'/>";
|
||||
}
|
||||
|
||||
if($thumb == 'src')
|
||||
|
Reference in New Issue
Block a user