PDA

View Full Version : Full Size Profile Picture


XiTCLUB
05-14-2014, 09:26 AM
Hello,
I am using Big size Profile Pictures as cover Photos like facebook in my theme.
But the problems is its giving only 400x300 image while uploaded image is 1440x300
How can i get full size profile picture ??

My current code for image is
<img src="{vb:raw prepared.profilepicurl}" class="profileimg" />

fxdigi-cash
05-17-2014, 07:11 PM
Hello,
I am using Big size Profile Pictures as cover Photos like facebook in my theme.
But the problems is its giving only 400x300 image while uploaded image is 1440x300
How can i get full size profile picture ??

My current code for image is
<img src="{vb:raw prepared.profilepicurl}" class="profileimg" />

isn't that a feature (width x height) you choose for each group at usergroup options.

you can find it at this path: Usergroups / Usergroup Manager / (edit the group you like) / Picture Uploading Permissions

from there you decide the Maximum Width / Height/ Size and so on ...

:)

XiTCLUB
05-17-2014, 09:20 PM
isn't that a feature (width x height) you choose for each group at usergroup options.

you can find it at this path: Usergroups / Usergroup Manager / (edit the group you like) / Picture Uploading Permissions

from there you decide the Maximum Width / Height/ Size and so on ...

:)

Dear i know and width is set to 1440x300 for every usergroup. but it still providing 400x300 picture.

ForceHSS
05-17-2014, 09:58 PM
Hello,
I am using Big size Profile Pictures as cover Photos like facebook in my theme.
But the problems is its giving only 400x300 image while uploaded image is 1440x300
How can i get full size profile picture ??

My current code for image is
<img src="{vb:raw prepared.profilepicurl}" class="profileimg" />
When you say profile pic do you mean the avatar pic. Also, where are you putting that code

XiTCLUB
05-20-2014, 01:09 AM
When you say profile pic do you mean the avatar pic. Also, where are you putting that code

No its not Avatar, Its Profile Picture. as you know vBulletin have 2 picture uploading options
1: Avatar
2: Profile Picture

and i am using this code in MEMBERIFNO template (User Profile Page)

XiTCLUB
06-05-2014, 08:10 AM
any help ?