Hello,

Seems there's no way to change the validation settings for maximum allowed icon size.

By default it's 45x45 - line 45, menu_icons.module file

This should be removed as as we are anyway using imagecache to style the output. Also it does not allow larger images to be used.

Thanks!

Comments

acrollet’s picture

Status: Active » Fixed

Thanks for the report. The code didn't actually downsize the source image when explicitly selecting an image style, but that was quite non-obvious, and prevent one from later using an image style with a higher resolution. I've updated the code to provide a default menu_icon image style (45x45) and use it if another one is not selected. (Either per icon, or the default)

Fixed in commit cd62664.

acrollet’s picture

Version: 7.x-3.0-beta2 » 7.x-3.x-dev

changing version.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.