Viewing 4 posts - 1 through 4 (of 4 total)
The topic ‘ [Resolved] Image size in Xprofile custom field types’ is closed to new replies.
This topic is: resolved
Tagged: xprofile
Hi Tony,
Thank you for the question.
you can use the selector ‘.field_type_image img’ to only target the images form this field type.
Example:-
.field_type_image img{
max-width: 200px;
max-height: 200px;
}
You can update as you wish. Please let me know if that works for you or not?
Regards
Brajesh
The topic ‘ [Resolved] Image size in Xprofile custom field types’ is closed to new replies.