Как установить высоту, равную динамической ширине чистой CSS
.some_element {
position: relative;
width: 20%;
height: 0;
padding-bottom: 20%;
}
Panicky Pony
.some_element {
position: relative;
width: 20%;
height: 0;
padding-bottom: 20%;
}