I hope you can help me :)
I want define the height of img, in relation to the 'actual' width of the image. But the width is dynamic, because it is in % of the parent object(Browser window for an wxample) .
Why do I need the height?: Without the height it works fine, but I need it because I want that the top of alle pictures meet at top and my pictures have different proportion. (I know that this will compress the pictures... later I fix this with overflow, after I have an solution for the height problem).
How I imagine, I need something that gives returns me the px of the 'actual'(for an example, after the user changed the size of the browser window) width. And then I can multiply it by 3 and write that to the height. (for an proportion of 1to3)