Howto retrieve asset width and height?

Hi ,

How does one retrieve the width or height of an asset ?

I see with ${q(node).property(‘image’) you get an asset object but Im not sure
how to get the width for example.

-Emily

got it ${q(node).property(‘image’).width}

2 Likes