SMALL_IMAGE_WIDTH

Adds a customizable “Small image” button to the Add/Edit image modal

Accepted values: integer (image pixel width)

Context: Global (client/global.config.php)

In LiveWhale 2.5.0+ you can add a configurable “Small image” button to the Add/Edit Image tool’s auto fill options, beneath the “Full column” and “Half column” buttons.

Small image option in edit image modal

When adding or editing an image, clicking the “Small image” button will set the image width to your configured pixel setting, making it easier to maintain visual consistency across multiple pieces of content.

To enable this button, add the following to livewhale/client/global.config.php:

$_LW->CONFIG['SMALL_IMAGE_WIDTH']=300; // adds a "Small Image" button to Insert Image that sets the image width to 300px