Tagged: ,

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

    #54108
    @frankwarwick

    When BB Wall imports a post, the image is converted to 200px X 100px.
    How can I change this?

    Answers

    #54389
    @vapvarun

    Hi @frankwarwick
    we have added an function for bbwall-url-preview-thumb
    /buddyboss-wall/includes/main-class.php

    
    add_image_size( 'bbwall-url-preview-thumb', 200, 100, true );
    

    It will need to modify core files
    Regards

Viewing 2 posts - 1 through 2 (of 2 total)
  • The question ‘Image dimentions’ is closed to new replies.