Hi Everyone,
I am using 1.2.5, and am having problem with the image sizes using the Image Content Part!
I am trying to get 4 columns of images, and display the images as large as possible, but for some reason, the max image width is always set to 127! It will never go any higher when I change this! The page width is 100% so there is plenty of room for the images to expand, but I cannot seem to do this. Does anyone know how I can increase the image size in the code or any other way?
Cheers
Image size problems in Image Content Part
Hi Everyone!
I have just found the answer to my post!
For everyone else who is having the same problem, this is what you do..
Go to the config.inc file (found in config/phpwcms/) and then change the value of $phpwcms["content_width"] - the default value is 538, you can change this to what ever width you like.
Once you do this, click save, and change the value of the max. width in the image content part to get a large thumbnail image
Thanks
I have just found the answer to my post!
For everyone else who is having the same problem, this is what you do..
Go to the config.inc file (found in config/phpwcms/) and then change the value of $phpwcms["content_width"] - the default value is 538, you can change this to what ever width you like.
Once you do this, click save, and change the value of the max. width in the image content part to get a large thumbnail image

Thanks