mirror of
https://github.com/e107inc/e107.git
synced 2025-08-04 13:47:31 +02:00
Fix for extra-large theme preview in Theme Manager.
This commit is contained in:
@@ -1610,7 +1610,7 @@ class themeHandler
|
||||
$previewPath = e_BASE."index.php?themepreview.".$theme['id'];
|
||||
}
|
||||
|
||||
$thumbnail = "<img src='".$thumbPath."' style='' alt='' />";
|
||||
$thumbnail = "<img src='".$thumbPath."' style='max-width:100%' alt='' />";
|
||||
|
||||
|
||||
if($_GET['mode'] == 'online')
|
||||
|
Reference in New Issue
Block a user