I’m using the mdg:camera package and I want to take squared (600px * 600px) images. Something similar to Instagram.
But I don’t find a way to automatically crop them. From the documentation:
options is an optional argument that is an Object with the following possible keys:
width An integer that specifies the minimum width of the returned photo.
height An integer that specifies the minimum height of the returned photo.
I don’t need to set up the minimum size, but the maximum. Are there more options available for the camera?