I need to resize to a fixed size the images that come from getass
tried in html
but the images have different sizes so each one is of a size. I would like to set a fixed size to show this image with the size set regardless of the size of the original image.
Code:
<td align="Center">
<?php
echo '<img src="'.$objCheck->getass().'" class="" height="15%" width="15%">';
?>
</td>
There are images that are 90 degrees to the right and some normal ones. Is not there a way to standardize this too?