[SOLVED] Image-Model/Interface getWidth()?

Hello,
is there a fusion-way to get width/height from Image-Model/Interface? Found getWidth() public function in Interface – but all trials ends with «Method “xy” is not callable in untrusted context».

Path access image.width will actually call the getter in an allowed way.

1 Like
${q(node).property('image').width}

Thank you - works!