Hello!
I have some problems with ResizeImage of MultipleFields. In
mm_rules I've written this:
mm_ddMultipleFields('slider-img', '', '', 'field,text,text', 'Image,Head,Link');
mm_ddResizeImage('slider-img', '', '', 1170, 450, 'fill_resized', '', 0, '#FFFFFF', 1);
But my images don't resize.
mm_ddResizeImage can do it with multifields as written in a documentation, but I don't know why it doesn't work in my example. If field is not multiple it's OK.
Could you help me with it? Maybe someone uses another stuff to resize multifields (but don't phpThumb, I want to save resized images and use these after).