edit size of photo gallery in profile page

Does anybody know how to edit the size of photo gallery displayed on profile pages. I'm trying to edit the size to make it alittle bigger..(height) I used firebug, and I think I need to edit element.style but can't seem to find it anywhere.

also found that editing this code would help, but cant seem to find that too.

 

Can anybody help...I'm using dolphin 6.14

 

<img class="icons" alt="....." style="width: 292px; height: 292px;

background-image: url(position: absolute; display: none;" src=".....>

 

element.style {
background-image:url....
display:none;
height:292px;
position:absolute;
width:292px;
}
Quote · 2 Oct 2008

This is not so difficult:  inc\params.inc.php

$max_photo_width = 340;
$max_photo_height = 340;

change to your purpose value

Quote · 2 Oct 2008

Thanks for the reply, I have tried all those and nothing seems to work..it doesnt change the size of the photo gallery though...I dont know maybe im doing something wrong...but its just changes the size of the container without the pictures actually changing size.

Quote · 2 Oct 2008

Actually, it works when i reload the page, but then goes back to the default size...dont know why

Quote · 2 Oct 2008

Well I finally figured out what the problem is, the photo gallery doesnt resize unless you uncheck New Gallery Feature for Profile Photos in the advance options of admin panel...but then the photo gallery doesnt work. which is a problem because then you can see the other pictures which are not shown duesto colum with (cant scroll right to view them). ( im running a 3 colum with for profile page). I hopw somebody has a solution for this...........AHHHHHHHHHHHHHH

Quote · 2 Oct 2008

You can change the profile photo size from Admin Panel -> Advanced Settings -> "Max width of profile photo (in pixels)"/Max height of profile photo (in pixels).

Quote · 17 Dec 2008
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.