I am looking to create a responsive box that automatically adjusts its height when the window width is resized. I have tried using Transform:Translate()
to move the picture inside, but so far, the height only changes when I manually adjust the height of my windows. This has resulted in a box filled with white boxes instead of the desired effect. I prefer not to restrict myself to a specific code language for this task.