Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Options

[Documentation] User uploads photo... it defaults to 50px x 50px on Discussions page

422422 Developer MVP
edited April 2012 in Vanilla 2.0 - 2.8

Checked thru css, and I am sure... it must be a setting within the php.

When I inspect element : ProfilePhotoMedium its css is set to 40px x 40px

The uploaded image is thumbbed at 50px x 50px

So how do i get the 50px bit changed to 100px x 100px

This is not a css change, but within the uploader presumably .. will quickly check config

There was an error rendering this rich post.

Tagged:

Best Answer

  • Options
    peregrineperegrine MVP
    Answer ✓

    give it a new class and define what ever you want.
    ProfilePhotoMySize

    or change thumbnail size in the config.php

    I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.

Answers

  • Options

    give it a new class and define what ever you want.
    ProfilePhotoMySize

    I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.

  • Options
    peregrineperegrine MVP
    Answer ✓

    give it a new class and define what ever you want.
    ProfilePhotoMySize

    or change thumbnail size in the config.php

    I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.

  • Options
    422422 Developer MVP

    yep in config-defaults:

    $Configuration['Garden']['Thumbnail']['Size']                   = 100;
    

    There was an error rendering this rich post.

Sign In or Register to comment.