Get asset (image) by guid example in order to get the width and height

I’m using the squidex client library to fetch data from squidex.

I have successfully retrieved blog posts but how can I get assets? And how can I get the assets (image) metadata such as width and height?

Hi, have you seen the following method: https://github.com/Squidex/squidex-samples/blob/master/csharp/Squidex.ClientLibrary/Squidex.ClientLibrary/SquidexAssetClient.cs#L103

Thanks, will try this one.