[ad_1]
Hello @rui9075918
Thank you very much for using our plugin. The IMGDIMENSION operation returns an object with the image width and height. If you want only to display the image information, the correct equation would be:
(function(){
var size = IMGDIMENSION(fieldname7|n);
return 'Width: '+size['width']+', Height: '+size['height'];
})()Best regards.
