Closed (fixed)
Project:
Menu Icons
Version:
7.x-3.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
30 Mar 2012 at 11:00 UTC
Updated:
17 Apr 2012 at 04:01 UTC
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
Comment #1
acrollet commentedThanks 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.
Comment #2
acrollet commentedchanging version.