Notifications
Clear all

Using wpForo with Imsanity (wp_handle_upload?)

4 Posts
2 Users
0 Likes
586 Views
Posts: 3
Topic starter
(@imapc)
Active Member
Joined: 2 years ago

I am using wpForo and want to automatically resize user's uploaded images using Imsanity.  However, the Imsanity folks tell me that this integration will only work if wpForo uses the wp_handle_upload functionality for uploading images.  So are you folks using wp_handle_upload?  If not, can you recommend a solution for automatically resizing user's images on-the-fly before they are stored in the Media Gallery?  Thanks!

Topic Tags
3 Replies
Posts: 3653
Admin
(@chris)
Support Team
Joined: 2 years ago

Hi @imapc,

You can try wpForo Advanced Attachments Addon which has option to set Thumbnail Max Height and Max Width with pixels and option to set Image Max Height with pixels.

Reply
2 Replies
(@imapc)
Joined: 2 years ago

Active Member
Posts: 3

@chris   Will the wpForo Advanced Attachments Addon automatically resize images to honor the Image Max Height that I specify?

Reply
Admin
(@chris)
Joined: 2 years ago

Support Team
Posts: 3653

@imapc,

Let's say if you set image max height 100px, every uploaded image's max height will be set to 100px.

And if the image's height is lower than 100px, for example 80px, that image will be uploaded with its default height(80px).

Reply