mirror of
https://github.com/e107inc/e107.git
synced 2025-08-04 21:57:51 +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'];
|
$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')
|
if($_GET['mode'] == 'online')
|
||||||
|
Reference in New Issue
Block a user