1
0
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:
Cameron
2014-01-31 01:07:13 -08:00
parent 1d5e08197c
commit 19b5dd8614
2 changed files with 8 additions and 3 deletions

View File

@@ -90,7 +90,7 @@ if(count($data) < 1)
$count = 0;
$tp->setThumbSize(800,400);
$tp->setThumbSize(800,0);
foreach($data as $row)
{