Please someone could help me with this?
I would like to reduce the size of the photos displayed in the user profile
<img style="width: 294px;" id="mainPic" src="">
does someone I could help?
Please someone could help me with this? I would like to reduce the size of the photos displayed in the user profile <img style="width: 294px;" id="mainPic" src=""> does someone I could help? |
Hello! Find in file modules/boonex/photos/classes/BxPhotosSearch.php next part if (defined('BX_PROFILE_PAGE') || defined('BX_MEMBER_PAGE')) { and change value of $iPhotoWidth variable.
Regard |
thank you |
Could someone tell me if this mod is the current / best approach for this? I need to reduce the size of the profile photos - they are far too big in my opinion. I thought there was a setting somewhere to change this? - could someone remind me. I am also interested in learning the "best practices" when it comes to dealing with the avatar / profile photo mess. |
You should be able to add something like this, to or modules/boonex/photos/templates/base/css/search.css
.viewSwitchFile img {
(Change the 200px to whatever width you want) My opinions expressed on this site, in no way represent those of Boonex or Boonex employees. |