BuddyBoss Home – Web Support Forums Themes Boss. theme images getting stretched in theme

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

    #66832
    @thisisfaiziyahoo-com

    Hi My image size is 500px. However the buddyboss theme is stretching the image and it looks bad. Here’s the post url:http://www.appcloud101.com/archives/7281

    The following image is getting stretched in the above post: http://www.appcloud101.com/wp-content/uploads/2015/10/dotnet_force_com1.gif

    thanks!

    Answers

    #66839

    Anonymous
    @

    Hi @thisisfaiziyahoo-com, The standard size for the blog featured image is 1040x400 and the size you are using is very small for featured image.

    Regards

    #66886
    @thisisfaiziyahoo-com

    Thank you Pallavi. Actually my problem is the opposite. Is it possible for me to prevent my images being stretched and displayed in a bigger size than what they Are by the fluid layout?

    Thanks.

    #66898
    @anve

    Hi @thisisfaiziyahoo-com,

    Try adding following css in child theme custom css option.

    
    .single .post .entry-content img.aligncenter {
      margin: 0 auto !important;
      max-width: 100% !important;
      min-width: auto !important;
    }
    

    Regards
    Anve

    #66997
    @thisisfaiziyahoo-com

    Perfect. Thank you Pallavi and Anve.

    #67004
    @anve

    Great 🙂

    #67005

    Anonymous
    @

    Glad, I will close the topic now..If you have other concerns, create a new topic…. we will be more than happy to assist you.

    Regards

Viewing 7 posts - 1 through 7 (of 7 total)
  • The question ‘images getting stretched in theme’ is closed to new replies.