Skip to:
Content
Pages
Categories
Search
Top
Bottom

[Resolved] Change blog excerpt thumbnail size


  • namrons
    Participant

    @namrons

    I have been searching for this for a while and can’t seem to locate the answer. When a blog with a featured image is posted on my site an excerpt of this post appears on the Buddypress activity stream. I would like to increase the size of this thumbnail on the activity stream only (without it becoming blurry). I don’t want to increase the size of avatars but just this thumbnail. Any ideas?

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

  • Joseph G.
    Participant

    @illumination2025

    I was researching something else and came across this one. I actually did this today, and simply did it in my custom .css:

    div.activity-inner img.thumbnail {
    width:150px;
    height:150px;
    }

    Won’t have anything to do with your image quality, but then again, for me at least, it make it a little larger. Of course, you can mess with this, as it’s just an example. For instance, if you want to set width alone, set the height to auto:

    div.activity-inner img.thumbnail {
    width:150px;
    height:auto;
    }

    Of course, there are a lot of things you can do with .css! 🙂

    Again, just thought to help, as I came across today while researching something else, and since I just did this today on a BP theme, thought to share.

    Hope that helps.


    namrons
    Participant

    @namrons

    Only spotted this now! Thanks so much for this. It did the trick. Resolved!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Resolved] Change blog excerpt thumbnail size’ is closed to new replies.
Skip to toolbar