Notifications
Clear all

wpForo 1.x.x [Closed] Attachments Addon-The image is not shown complete and there is a white stripe

4 Posts
2 Users
0 Reactions
699 Views
Posts: 5
Topic starter
(@alexplans)
Active Member
Joined: 5 years ago

Hello i'm using attachments addon and the image inserted in the topic is not shown complete and there is a white stripe. I show a screenshot.

Thanks a lot.

 

3 Replies
Robert
Posts: 10590
Admin
(@robert)
Support Team
Joined: 9 years ago

Hi @alexplans,

Please make sure the "Thumbnail Box Symmetry" option is disabled in Dashboard > Forums > Settings > Addons > Attachments admin page. If the issue is not fixed, then open a new support topic in gVectors Support forum. Here we only support the wpForo plugin.

1 Reply
(@alexplans)
Joined: 5 years ago

Active Member
Posts: 5

@robert It was that! Thank you

 

Posts: 5
Topic starter
(@alexplans)
Active Member
Joined: 5 years ago

It seems that the max-width and max-height options that are configured in the control panel of the addon, mistakenly generate a css like this:

element.style {
    min-width: 400px;
    min-height: 300px;
}

and it should be like this:

element.style {
    max-width: 400px;
    max-height: 300px;
}

But it is fixed by the help of @robert

Please make sure the "Thumbnail Box Symmetry" option is disabled in Dashboard > Forums > Settings > Addons > Attachments admin page.