For a responsive design, i would like to scale down some images:
img { width:100%; height:auto; }
This works as expected, but if th
Not answering for the scale bug for image size limit this could work:
img { max-height: max-content; }