Our custom blog theme which I am developing expects the author images to be in square dimensions with an equal width=height. Is it possible to achieve that with the plugin? Do I have to change some code? Would there be other ways, e.g. I tried to use the CSS property clip to crops the image, but this does not work (do not know why).
Now I am setting width and height with CSS but that of course make the image to look distorted because the actual width is not equal to its height.