mirror of
https://github.com/e107inc/e107.git
synced 2025-08-30 09:39:55 +02:00
News Carousel image-resize fix and responsive styling.
This commit is contained in:
@@ -90,7 +90,7 @@ if(count($data) < 1)
|
||||
|
||||
$count = 0;
|
||||
|
||||
$tp->setThumbSize(800,400);
|
||||
$tp->setThumbSize(800,0);
|
||||
|
||||
foreach($data as $row)
|
||||
{
|
||||
|
Reference in New Issue
Block a user