InstantForum.NET allows your users to upload images within posts. This article is intended to help explain how you can control these image sizes within InstantForum.NET and the options we have to help.
With InstantForum.NET we offer two images resizing options.
1. A physical resize in which all uploaded images will be physically downsized before they are saved to disk on the wb server. This can be helpful for example if you don't want to allow any uploaded image to be larger than say 1024x768..
You can specify the maximum physical image dimensions via Permission Sets. You'll need to ensure your logged into your Admin CP. Click Manage Permissions on the left. You will need to edit each permission set and locate the "Maximum image dimensions? (WxH)" option. Set this to your desired dimensions. Images larger than these dimensions will be physically resized whilst maintaining the original aspect ratio before they are saved on your web server.
2. The other resizing option is designed to ensure images are displayed correctly within posts. Within the InstantForum.NET Admin CP > Forum Settings page we have an option called ""Force Image Resize". This allows you to provide the maximum width of images that are displayed within posts.
Images wider than this width will be dynamically resized at runtime through JavaScript to the maximum width whilst preserving the original aspect ratio. This is helpful if your site is constrained in width to say 800 pixels but you wish to allow larger images. This will still allow for large images but will resize images within posts to fit the maximum width you specified in the "Force Image Resize:" text box.
For example if you provide a value of 500 within the "Force Image Resize:" text box all images within posts that exceed 500 pixels wide will be resized to generate a thumbnail. You can then click this thumbnail to see the larger image. The lager image is constrained by the physical dimensions you can set as discussed in option one above.
Please note the ""Force Image Resize" option is new for InstantForum.NET 2012 and does not appear earlier versions.
Further Help & Support