Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Resize or auto-thumbnail profile pictures #3

Closed
thomastu opened this issue Oct 27, 2015 · 1 comment
Closed

Resize or auto-thumbnail profile pictures #3

thomastu opened this issue Oct 27, 2015 · 1 comment

Comments

@thomastu
Copy link

Image size issues with large images on profile photos.

thumbnailissues

I think the desired behaviour is to either enforce a max-upload size, or to use something like sorl-thumbnail to display thumbnails in the default template.

@ellmetha
Copy link
Owner

Hi,
Profile photos height and width dimensions can be configured using the following settings: FORUM_IMAGE_WIDTH and FORUM_IMAGE_HEIGHT. If these settings are filled with appropriate values, the profile photos are resized during upload.

However the default value of these settings is None. I will update these settings in order to enforce a specific value by default (eg. width: 150px ; height: 250px).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants