mirror of
https://github.com/e107inc/e107.git
synced 2025-08-27 08:14:46 +02:00
BS4 img-fluid
This commit is contained in:
@@ -2135,7 +2135,7 @@ class media_admin_ui extends e_admin_ui
|
||||
|
||||
$img_src = "
|
||||
<div class='thumbnail'>
|
||||
<label for='".$for."' ><img class='img-responsive' src='".$img_path."' alt='{$image_name}' title='".IMALAN_66.": {$image_name}' /></label>
|
||||
<label for='".$for."' ><img class='img-responsive img-fluid' src='".$img_path."' alt='{$image_name}' title='".IMALAN_66.": {$image_name}' /></label>
|
||||
</div>
|
||||
";
|
||||
|
||||
|
Reference in New Issue
Block a user