Fullsizeimage

If a grid element is set to "100% height", an image can be inserted that is scaled to the full size of the grid element. Almost like a background image.

To do this, the following scripts must be entered in the /settings/compress.php file:

$webutler_compress['css'][] = 'content/javascript/fullsizeimage/fullsizeimage.css'; and
$webutler_compress['js'][] = 'content/javascript/fullsizeimage/fullsizeimage.js';

Then the CSS class "fullsizeimage" available and can be assigned to the corresponding images.