css
.sample{
    background: url(./../img/sample.jpg) 0 0 no-repeat;
    padding-bottom: calc(100%*1080/1920);/* calc(100*画像の高さ/画像の横幅)% */
    background-size: 100% auto;
}

latest post

0