Maciek SitkowskiforMaciek's Blogsitek94.hashnode.netยทNov 25, 2022How to query image dimensions from Sanity?I haven't used Sanity before, so it took me a while to figure out, how to get photos dimensions using GROQ queries. Here's how I've done it: GROQ query export const query = groq` *[_type == "photo"] { image{ "dimensions": asset->metadata...Today I LearnedSanity Add a thoughtful commentNo comments yetBe the first to start the conversation.