diff --git a/Telegram/SourceFiles/ui/effects/credits_graphics.cpp b/Telegram/SourceFiles/ui/effects/credits_graphics.cpp index e8290d56b..9f48191f0 100644 --- a/Telegram/SourceFiles/ui/effects/credits_graphics.cpp +++ b/Telegram/SourceFiles/ui/effects/credits_graphics.cpp @@ -243,7 +243,7 @@ PaintRoundImageCallback GenerateCreditsPaintEntryCallback( }; const auto state = std::make_shared(); state->view = photo->createMediaView(); - photo->load(Data::PhotoSize::Thumbnail, {}); + photo->load(Data::PhotoSize::Large, {}); rpl::single(rpl::empty_value()) | rpl::then( photo->owner().session().downloaderTaskFinished()