Cordova-res - how to avoid the android icon from zooming in

If I generate my icons with cordova-res for ios and Android from the same image file they are zoomed right in for Android.
If I generate them manually from the same image using Android studio I can set the resize to 69% to get the desired size.

Is it possible to do this with cordova res so it works for both ios and android from the same file?

android-cordova-res

Hi,
did you find a solution? thanks

I just use a different image for the source for android and ios.
The android one has the image in the center at about 1/3 of the width and the ios one is about 2/3 of the width.

See attached example.