我有兩個圖像 - 一個框架和應該完全適合該框架的圖像。真正困難的是響應性。適合背景圖像到第二個背景圖像
兩個圖像:
它應該是什麼樣子(調整後也):
我已經試過:
.brawler.shelly {
background-image: url("/images/heroes/high/hero_icon_shelly.png");
background-position: center center;
background-size: 85%;
padding-bottom: 75%;
background-repeat: no-repeat;
}
.portrait {
background-image: url("/images/icons/card_common.png");
background-position: center top;
background-size: 100%;
padding-bottom: 75%;
background-repeat: no-repeat;
}
.col-4.col-md-3.col-lg-2.mb-2
.portrait
.brawler.shelly
.col-4.col-md-3.col-lg-2.mb-2
.portrait
.brawler.shelly
的jsfiddle:
https://jsfiddle.net/3z68kcbr/
沒有時間來進一步幫助,但有一個玩相對和絕對框,並使用背景大小封面。 –