Currently i have various lists, one of them i want to have in return all the images square and with the same size.
The call i have currently and it's the only one that makes all the images with the same size it's this one:
[code]
{jrCore_module_function function="jrImage_display" module="jrAudio" type="audio_image" item_id=$item._item_id size="medium" crop="auto" height="auto" width="auto" class="r r-2x img-full" alt=$item.audio_title }
[code]
I tried many variations, like crop=1:1 and it doesn't work i get a blank page if i try other parameter for crop i will get some images with more height than another ones. Any suggestion?
updated by @nmaster88: 06/16/16 10:21:42PM