Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Activity Feed Image Size
kryan1990
New
How would I set the image size for activity feed?
When someone uploads a picture it uploads it so large
0
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/
❌ ✊ ♥. ¸. ••. ¸♥¸. ••. ¸♥ ✊ ❌