Best practices for using aspect ratios for images?

Recommended practices in using Aspect Ratios for images inside plasmic?

are you trying to set it to an aspect ratio that’s different from the natural aspect ratio?

yes so - i have ImageKit proxying my shopify images - and i made a special ImageKit component for that called Shopify.Media - and that takes in props like aspectRatio that passes it to imagekit

does the plasmic image cdn allow anything other than width resize? If so I could override an image component to specify a custom loader

thinking about it now - maybe I could proxy plasmic cdn to imagekit and do all my transforms there…

plasmic image cdn only performs width resizing preserving the natural aspect ratio…