If your posts contain very long photos, you can use the instructions below to limit their height so that a user could see the whole photo without having to scroll down the page.
- Log in to your Website Toolbox account.
- Click the Integrate link in the main menu.
- Click the Custom Code link.
- Insert the following code into the Forum Head Tag HTML Code textbox:
<style> #body-wrapper .post-body-content img { max-height: 500px; } </style> <script> var editorContentStyle = ""; </script> - Save the changes.
Note that this will not reduce the file size of the image. It will just change how it's shown on the page.