BuddyBoss Home – Web Support Forums Plugins BuddyBoss Media Possible 3.0 Update Bug

Viewing 6 posts - 1 through 6 (of 6 total)
  • Question

    #38022

    Anonymous
    @

    I just updated to BuddyBoss Media 3.0 and the activity images on my site are displaying full size photos and I have Medium selected under the saved settings. I resaved my settings, but the images are still full sized.

    Answers

    #38025
    @jgwolfensberger

    I noticed that the max-width of the container was about 500px, so my images less wide than 500px were being stretched to a larger size.

    Uncertain of the best way to deal with this, I had to use the following to restrict the size of the activity feed images to 300px wide.

    
    .buddyboss-media-photos-wrap-container {
      max-width: 300px;
    }
    

    I’m hoping that @tjchester can tell us a means to limit max-width, but to make sure that an image less than that max-width is not stretched to meet that max-width.

    James

    #38031

    Alyssa
    Participant
    @alyssa-buddyboss

    @ryanmaler @jgwolfensberger sent to devs.

    #38038

    Anonymous
    @

    Thanks @tjchester. Thanks @jgwolfensberger for the temporary fix.

    #38127
    @adminzenoed

    I use this

    
    .size-activity-thumbnail {
      width: auto;
    }
    
    #38274
    @michael

    @jgwolfensberger @adminzenoed @ryanmaler @tjchester

    Official patch is out, with v3.0.2 available now.

Viewing 6 posts - 1 through 6 (of 6 total)
  • The question ‘Possible 3.0 Update Bug’ is closed to new replies.