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
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
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
You are most welcome, if i can be of any further assistance please don’t hesitate to ask 🙂