Notifications
Clear all

[Closed] Attachment

5 Posts
2 Users
0 Likes
578 Views
Posts: 12
Topic starter
(@walehub)
Eminent Member
Joined: 3 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: 3 years ago

The second screenshot

3 Replies
Chris
(@chris)
Joined: 3 years ago

Famed Member
Posts: 3650

Hi @walehub,

Please provide your Forum URL. 

(@walehub)
Joined: 3 years ago

Eminent Member
Posts: 12
Chris
(@chris)
Joined: 3 years ago

Famed Member
Posts: 3650

@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.