RT Jhey 🐻🛠️✨
CSS resize: diagonal? 🧐
Surprised this doesn't exist out of the box 🤔
But, you can "hack" it with "aspect-ratio" 😉
.resize {
resize: horizontal;
}
.resize__content {
aspect-ratio: 1 / 1;
width: 100%;
}
👉
http://codepen.io/jh3y/pen/BadrNBX