Frontenders, question. I want my images
1. To scale down with container width, but not up over their natural size.
2. When page loads, have their height specified somewhere so that content doesn’t jump
3. Page can be loaded at any width, so just specifying full image height won’t work. It has to be the height of the container after it’s scaled down.
I have full image dimensions and can do any math on server before producing HTML
Is it possible? How?
@nikitonsky I'm not a real frontender, but shouldn't it work if you specify the natural height as the "height" img tag attribute, and then set up the scaling via CSS?