Notifications
Clear all

Attachment

5 Posts
2 Users
0 Likes
365 Views
Posts: 12
Topic starter
(@walehub)
Eminent Member
Joined: 2 years ago

In the first attached screenshot, any picture I post ends up getting small when entering the post area no matter the picture size. I've tried all I know to no avail. The second screenshot show thesame picture elsewhere the way I want it to be.

Topic Tags
4 Replies
Posts: 12
Topic starter
(@walehub)
Eminent Member
Joined: 2 years ago

The second screenshot

Reply
3 Replies
Admin
(@chris)
Joined: 2 years ago

Support Team
Posts: 3653

Hi @walehub,

Please provide your Forum URL. 

Reply
(@walehub)
Joined: 2 years ago

Eminent Member
Posts: 12
Admin
(@chris)
Joined: 2 years ago

Support Team
Posts: 3653

@walehub,

You can set the length of the Attached Images by CSS:

#wpforo #wpforo-wrap .wpfa-item.wpfa-img img {
    width: 600px;
}

Insert this CSS Code in Custom CSS Code Field from Dashboard > Forums > Settings > Styles Tab.

Please note, that this CSS Code will set all Attached Images length to max width in the post content, no matter it is a very small IMG or not.

Reply