diff --git a/Yep/Views/Cells/DribbbleShot/DribbbleShotCell.swift b/Yep/Views/Cells/DribbbleShot/DribbbleShotCell.swift index 33671d6d..b7597ac4 100644 --- a/Yep/Views/Cells/DribbbleShot/DribbbleShotCell.swift +++ b/Yep/Views/Cells/DribbbleShot/DribbbleShotCell.swift @@ -18,7 +18,8 @@ class DribbbleShotCell: UICollectionViewCell { override func awakeFromNib() { super.awakeFromNib() - // Initialization code + + imageView.contentMode = .ScaleAspectFill } func configureWithDribbbleShot(shot: DribbbleWork.Shot) { diff --git a/Yep/Views/Cells/InstagramMedia/InstagramMediaCell.swift b/Yep/Views/Cells/InstagramMedia/InstagramMediaCell.swift index 3ae09e8a..0a52b607 100644 --- a/Yep/Views/Cells/InstagramMedia/InstagramMediaCell.swift +++ b/Yep/Views/Cells/InstagramMedia/InstagramMediaCell.swift @@ -18,7 +18,8 @@ class InstagramMediaCell: UICollectionViewCell { override func awakeFromNib() { super.awakeFromNib() - // Initialization code + + imageView.contentMode = .ScaleAspectFill } func configureWithInstagramMedia(media: InstagramWork.Media) {