File path: dist/twist/Core/Models/Image/Image.model.php
Namespace: Twist\Core\Models\Image
resizeHeight
— Proportionally resize the image to a specified height (scales up and down the image as required)
Name | Description |
---|---|
$intHeight | n/a |
void — No return information has been documented for this function.
<?php
//Set the variables for the example
$intHeight = 124;
//Call the function resizeHeight with the example vars
$resImage = new \Twist\Core\Models\Image\Image();
$resImage -> resizeHeight($intHeight);