Re: resizing images in activity feed
Good question!
I experienced the same. Pictures are great, but the size… Not only in the activity feed, but also in the recent blog posts widget…
I tried it with resizing the picture in my custom css file:
.widget img.alignleft, img.alignright, img.alignnone {
height:100px;
width:100px;
})
But my problem is that I didn’t get a solution that workes in any browser that gives me the ability to keep the proportion. Any CSS Gurus know a solution?