diff --git a/src/less/image.less b/src/less/image.less index b0e68517d..dee3368aa 100644 --- a/src/less/image.less +++ b/src/less/image.less @@ -6,7 +6,6 @@ .imagePath(@path, @top:center, @left:center, @repeat: no-repeat) when not (@path = none) { background: url('@{imageUrl}@{path}') @repeat @left @top; - background-size: contain; } .image2xPath(@path, @top:center, @left:center, @repeat: no-repeat) when not (@path = none) {