sorry for misunderstand,
When all pictures is uploaded in 3:4 scale, why mess with it?
If some user try uplad images like 1 - 120x20 and other - 30x200. If we for both so images will use 3:4 scale - we will take very bad look thumbnails!!!
Please open admin.vehiclemanager.php please check function picture_thumbnail find number 70 - and change it to any other !!!
exactly for main image:
please open file "vehiclemanager.html.php", find function "displayVehicle", and in it please chenge records
Code: |
echo '<img src="'. $mosConfig_live_site.
'/components/com_vehiclemanager/photos/'.
$imageURL.'" height=200 width=350 ?>';
|
e.g. to
Code: |
echo '<img src="'. $mosConfig_live_site.
'/components/com_vehiclemanager/photos/'.
$imageURL.'" height=480 width=640 ?>';
|
Thanks,
OrdaSoft team