Question
3 responsive images in a row - one displays smaller than other two
The question is for a row of three images, the first image is displaying smaller than the other 2 when viewport begins to flex to smaller breakpoint (around 1199px).
.picsMaxWidth {
width: 100%;
height: auto;
max-width: 277px;
}
Not sure how to resolve.
If I change rule to .picsMaxWidth img, it does even out; however, responsiveness stops.
