This will increase the profile picture on the people details page.
Before | After |
![]() |
![]() |
Important Notes:
- Increase or decrease image size by changing the bolded pixels number of the height and width.
Code:
/*Increase size for a person image on people details page*/
.people .person-details-image {
height: 200px;
max-width: 200px;
}
Comments
Article is closed for comments.