Attempting to create an image transform that crops an image, using the upper right hand portion of the image.
- Set up a image transform with
Mode
set toCrop
andFocal Point
set toTop-Right
- Used this transform in my template
<img src="{{ image.getUrl('testTopRightCrop') }}">
- Visited the template, images don't appear to be cropped at all