Activity Feed Image Size

How would I set the image size for activity feed?
When someone uploads a picture it uploads it so large
0
How would I set the image size for activity feed?
When someone uploads a picture it uploads it so large
Comments
CSS
❌ ✊ ♥. ¸. ••. ¸♥¸. ••. ¸♥ ✊ ❌
In the actual file or can I use CSS edit
So
You can add to CSS Edit
I added
.Activity img {
max-width: 700px!important;
max-height: 350px!important;
}
So it adjusts to the activity feed
But now I have this issue
How can I add some space between the user name and the image?
You need to use a Web Inspector to find the elements you want to modify. There are various depending on your browser. Then you need to learn CSS.
Also , it does not help you to not post a link to the page with the issue. We can't guess what theme you use or what to do to help without a link. It will take longer for anyone to help you if you don't provide a link.
https://www.w3schools.com/css/
❌ ✊ ♥. ¸. ••. ¸♥¸. ••. ¸♥ ✊ ❌