Currently my profile picture next to my blog posts is displaying at the default 85 x 85 pixels. I would like to display at 65 x 65.
I have gone to Admin > User management and set the max display size as 65 x 65
Made sure that user pictures with posts was enabled in my theme configuration and also cropped the profile image I am looking to upload to 65 x 65.
For some reason when the 65 x 65 image is uploaded drupal enlarges the images up to 85 x 85.
I have deleted the pic via FTP and re-uploaded and also turned off user pictures in posts and re-enabled it to no avail.
I also went into all of the theme files and did a quick search for any mention of the number 85 hoping I could find it in the code and edit it manually but non showed up.
Any ideas would be appreciated. I have no idea how to fix this.
Comments
I am using the imagecache
I am using the imagecache module to manipulate image sizes
www.net505.com
1) Did you try a hard-refresh
1) Did you try a hard-refresh of your browser (e.g. ctrl-F5). Your browser simply may have been showing you a cached version.
2) What do you get when viewing image properties of the image on your browser (are your *sure* it's 85x85?)
What does the HTML show? does the user image tag have width="85" attribute?
3) Imagecache + imagecache_profiles will let you take (mostly) complete control of your user image sizes.