Is there a way to upload images with a specific size like
width: 300, height:320
Using this in my model:
image = CloudinaryField('image')
I think is important to say I am working with the default admin site. image upload is working properly.