Thanks, installed on 3.7.2 and working nicely ;-)
Noticed a minor CSS-flaw that caused the text-alignment of the warning to behave differently in Firefox and MSIE 7.
In MSIE it was centered, in FF it was not, fixed it this way:
In product-imageresizer.xml
search for
Code:
table.ncode_imageresizer_warning td {
font-size: 10px;
vertical-align: middle;
add after:
Code:
text-align: center;
The just upgrade the product and choose overwrite.
That's all ;-)
Ingress