diff --git a/kotti_image/views/__init__.py b/kotti_image/views/__init__.py index 0088593..5c41e23 100644 --- a/kotti_image/views/__init__.py +++ b/kotti_image/views/__init__.py @@ -101,7 +101,7 @@ def image(self, subpath=None): image, format, size = scaleImage(self.context.data.file.read(), width=width, height=height, - direction="thumb") + direction="thumbnail") res = Response( headerlist=[ ('Content-Disposition', '{0};filename="{1}"'.format(