Skip to:
Content
Pages
Categories
Search
Top
Bottom

resizing images in activity feed

Viewing 2 replies - 1 through 2 (of 2 total)

  • Xevo
    Participant

    @xevo

    Keeping the image inside the box is easy but changing any content inside the activity stream is close to impossible, I experienced this first hand. :)

    Keeping the image inside the box, just needs this css applied on the box itself.

    overflow: hidden;
    position: relative;

    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?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘resizing images in activity feed’ is closed to new replies.
Skip to toolbar