I'm trying to set the reflection to a percentage but the integer is always interpreted as pixels. I'm using 50%

Comments

Tony Sharpe’s picture

Changing the regex in imageapi.inc (line 105) to the following sorts it:

 if (preg_match('/^\d{1,3}%$/', $options['size'])) {