Hi there, hopefully i didn't miss something, but i have the following question: I want to show a square picture after upload, independent of the original aspect ratio of the uploaded image. But instead of cutting the parts of the original image, it should be filled up the empty spaces with white, so that in any case the full content of the uploaded original is visible.
When i use something like
$square = $page->original_uploaded_image->size(500,500);
The image will just be cropped. Did i miss something, are there options or any ideas how to ensure that all content will be still visible?
Thanks