Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Support Predrag – WPMU DEV Support

    (@wpmudev-support1)

    Hi @mmaccou,

    I hope you are well today and thank you for your question.

    The images uploaded via image URLs are stored on different server and only get displayed on our site therefore we don’t have that much control on it to resize it as the image uploaded on our site but we can control the display size of images using CSS code.

    Could you please share me your site link and tell me how much image size you want to display so that i can provide you the CSS code to achieve it?

    Kind Regards,
    Vinod Dalvi

    Thread Starter mmaccou

    (@mmaccou)

    Thanks for your reply! So does that mean the image will just be cropped to a certain size?

    My site is theventspace.com

    As far as the size…I think a max width of 640px will be ok. An if possible, keep the length as varied so it can retain aspect ratio

    Plugin Support Predrag – WPMU DEV Support

    (@wpmudev-support1)

    Hi @mmaccou,

    Thanks for your reply! So does that mean the image will just be cropped to a certain size?

    Are you talking about the images uploaded via image URLs or image uploaded on our site?

    As far as the size…I think a max width of 640px will be ok. An if possible, keep the length as varied so it can retain aspect ratio

    You can achieve this by adding the following CSS code in the style.css file of your child theme or add it in your site using the following plugin.

    http://ww.wp.xz.cn/plugins/simple-custom-css

    #activity-stream .activity .bpfb_images img {
    max-width: 640px;
    }

    Best Regards,
    Vinod Dalvi

    Thread Starter mmaccou

    (@mmaccou)

    That worked, thanks

    Plugin Support Predrag – WPMU DEV Support

    (@wpmudev-support1)

    You are most welcome, if i can be of any further assistance please don’t hesitate to ask 🙂

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

The topic ‘Image Size’ is closed to new replies.