Discussion
Thumbnails(back to index)In my archives I can not get all of the images to appear square! I have changed the settings countless times in the settings PHP file but no luck!
Some times the image are saved at different sizes but i try to keep them all the same!
http://www.print-digital.info/photo-blogging/ click the archives to see what I mean, I have some that are squared and some that arent - it looks messy!
Hope some one can help.
Cheers,
Craig
posted by
Craig on 4 Jul 06 at 4:37 AM
do you upload seperate thumnail version of your photos or do they get created by fb?
posted by
armeen on 5 Jul 06 at 1:06 PM
They are getting created by fb.
Thanks Armeen :)
posted by
Craig on 10 Jul 06 at 12:51 PM
craig, please open fb_settings.php file then take a look at the line 12 where says: "$thumb_maxsize" what number do you have in front of it? underneath the same line for "square_thumb" what number have you assigned?
please post back so we can help.
good luck,
armeen
posted by
armeen on 11 Jul 06 at 4:28 PM
Hi Armeen,
Thanks for your help:
$thumb_maxsize = 100; // Maximum dimension for a generated thumb (in pixels)
$square_thumbs = 0; // 0: Normal thumbs; 1: Thumbnails are square (cropped)
This wouldnt explain why some are squared, some have are 150x150 and others are simply reduced in size!
Cheers,
Craig
posted by
Craig on 12 Jul 06 at 7:42 AM
hi craig. one more question, do you upload your own thumbnail version of the photos to the server sometime or do you allow fb to generate them all for you?
posted by
armeen on 12 Jul 06 at 4:08 PM
FB does all the work fo rme.
posted by
Craig on 12 Jul 06 at 6:07 PM
craig that is very strange! here is what i have in mind in order to tackle the problem. on your local machine keep a back up of your thumbnail folder then on the server side, delete all the content of your thumbnail folder. go back to the fb.php file and update the values of the lines as follow:
$thumb_maxsize = 75;
$suquare_thumbs = 1;
save the file and upload it to your server. empty the cach on your browser and view the archive page. in the mean time, keep your fingers crossed :)
cheers,
armeen
posted by
arneen on 13 Jul 06 at 1:46 PM
correction: i meant fb_settings.php in above and NOT fb.php
posted by
arneen on 13 Jul 06 at 1:51 PM
Post a Reply:
(back to index)