mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-05-08 15:34:43 +00:00
Fixed some accidentally committed code
This commit is contained in:
parent
9e3bec0d5f
commit
cd3431a57e
1 changed files with 1 additions and 1 deletions
|
|
@ -244,7 +244,7 @@ class BaseImageBackend(object):
|
|||
bottom = im_height
|
||||
|
||||
# Crop!
|
||||
return self.resize_to_min(self.crop(image, Rect(left, top, right, bottom)), (100, 100))
|
||||
return self.resize_to_min(self.crop(image, Rect(left, top, right, bottom)), size)
|
||||
|
||||
|
||||
def no_operation(self, image, param, focal_point=None):
|
||||
|
|
|
|||
Loading…
Reference in a new issue