Hmm good catch.
They are displaying fine on my unmodified style but are not good on my modified Whisper 2. I suppose now I need to track down what I did to change this
Thank you
img {
max-width: 100%;
}
Wouldn't specificity for the avatars work?Thanks,
It turned out to be some extra.css that was added to fix page nodes with images in responsive design.I've removed it and the avatars in member cards are fixed. Now I just need to figure out how to add this back in so that it only applies to Pages:
Code:img { max-width: 100%; }
.avatar img, .avatar .img, .avatarCropper {
your code here
}
We use essential cookies to make this site work, and optional cookies to enhance your experience.