From 99759ea0f7ad6312e51bb88c829253c34892c438 Mon Sep 17 00:00:00 2001 From: Igor Zhukov Date: Thu, 11 Feb 2016 14:11:54 +0000 Subject: [PATCH] Contain instead of cover for pasted images Closes #1061 --- app/less/app.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/less/app.less b/app/less/app.less index ab41a7b1..9d44e6de 100644 --- a/app/less/app.less +++ b/app/less/app.less @@ -3370,7 +3370,7 @@ li.inline_result_photo.composer_autocomplete_option_active a { max-width: 274px; height: 274px; background-position: 50% 50%; - background-size: cover; + background-size: contain; background-repeat: no-repeat; margin: 10px auto -10px; }