I’m trying to get an image (dynamically placed, with no restrictions on dimensions) to be as wide as its parent div, but only as long as that width isn’t wider than its own
If the image is smaller than parent...
.img_100 { width: 100%; }