08/11/2014 at 12:04 pm
#300403
Keymaster
@ John
You can try adding this CSS to your theme’s custom CSS area:
#cn-list span.cn-image {
width: auto !important;
height: auto !important;
}
#cn-list span.cn-image img.photo {
width: auto !important;
height: auto !important;
max-width: 100%;
}
It will help with making sure the image do not overlay text.
As far as loading smaller images, that is actually something I’ve been working quite extensively that past three weeks.
I wrote a reply to another user, asking a different question, but my reply will help in letting you know where Connections is heading with images.
http://connections-pro.com/support/topic/outputting-rawish-images/#post-300402
Hope that helps!
Oh, after the next release of Connections, you might want to remove that CSS I gave you because it could conflict (likely not).
Hope that helps!
