I had some issues today with images that were not re-sizing when the page I was working on was narrowed. In other words the images were not behaving responsively. This only happened in Firefox though.
The fix turned out to be a lot simpler than the articles I read online suggested. I just had to add width:100%; to the CSS for each affected image. You need to have a width specification on each image that will be affected responsively.