2
You can adjust the height with css.
Example code: .res img {
float: left;
border: 2px solid #e5e9f2;
width: 255px;
height: 190px;
margin-right: 5px;
}
orclass/textsanitizer/image/config.php
return $config = array(
// Click to open an image in a new window in full size using CaricaFoto
'clickable' => 1,
// Resize the image down to max_width set below
'resize' => 1,
// Maximum width of an image displayed on page, otherwise it will be resized
'max_width' => 300);