diff --git a/Telegram/SourceFiles/history/history_media_types.cpp b/Telegram/SourceFiles/history/history_media_types.cpp index 010a8e016..1cb438856 100644 --- a/Telegram/SourceFiles/history/history_media_types.cpp +++ b/Telegram/SourceFiles/history/history_media_types.cpp @@ -1264,8 +1264,8 @@ void HistoryVideo::validateGroupedCache( const auto pixSize = Ui::GetImageScaleSizeForGeometry( { originalWidth, originalHeight }, { width, height }); - const auto pixWidth = pixSize.width(); - const auto pixHeight = pixSize.height(); + const auto pixWidth = pixSize.width() * cIntRetinaFactor(); + const auto pixHeight = pixSize.height() * cIntRetinaFactor(); const auto &image = _data->thumb; *cacheKey = key;