Elxis CMS Forum
Extensions => Components => Topic started by: aiden11 on April 09, 2011, 00:00:07
-
Is any way i can re-size the location images instead of default 75x75 ?
Thanks
-
You can get the large images resize them on your computer and upload them via FTP and overwrite the thumbnails.
I recommend you the irfanview (http://www.irfanview.com/)program. It is a powerful and fast image viewer that has a great batch conversion tool.
-
If you want different size the thumbnail of destination we have to contact with IOS Reservations Affiliate.
-
I did resize them and uploaded using ftp but when i check live on the site they get re-sized again to 50X50
Can it be something to do with my template or what is going on??
-
There are some pages where the images are being resized in that size. In the location page you will see the full scale image.
-
There are some pages where the images are being resized in that size. In the location page you will see the full scale image.
Can i use the same method to resize those images on the location page??
-
It is a simple html resize:
<img src="..." width="XX" height="YY" />
-
Great, where can i find this file to modify, is it "mod_location_hotels.php" ?
-
If you are interested in locations page then check this file:
components/com_reservations/fviews/locations.html.php
tip: see line 86 (and 96)
-
Found the file and changed and it does work :), it was on the same folder components/com_reservations/fviews
Thanks datahell