1
0
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:
Cameron
2017-01-12 10:47:27 -08:00
parent b80dc2f13a
commit 61937c5717

View File

@@ -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')