// for (UIImageView *imageViwe in self.thumbnailImageViewArray) {
// [imageViwe setContentScaleFactor: [[UIScreen mainScreen] scale]];
// imageViwe.contentMode = UIViewContentModeCenter;
// imageViwe.clipsToBounds = YES;
// }