diff --git a/matrixConsole/View/CustomImageView.m b/matrixConsole/View/CustomImageView.m index 0a7daa924..d740b0521 100644 --- a/matrixConsole/View/CustomImageView.m +++ b/matrixConsole/View/CustomImageView.m @@ -287,7 +287,7 @@ imageView = [[UIImageView alloc] init]; imageView.backgroundColor = [UIColor clearColor]; - imageView.contentMode = UIViewContentModeScaleAspectFit; + imageView.contentMode = self.contentMode; [scrollView addSubview:imageView]; } }