First time here? Check out the FAQ!

Ian Schneider's profile - activity

2013-07-23 16:21:22 -0500 commented question wide image layout issue on firefox

In both firefox and chrome, there appears to be no serious ill-effects when sizing the window (at least IMHO). The image width remains at 705px regardless of the browser width. This results in a horizontal scroll bar appearing. However, I can get a scroll bar on a post w/ out an image depending on the width (sometimes it is not present).

2013-07-23 15:48:09 -0500 received badge Student (source)
2013-07-23 12:15:21 -0500 asked a question wide image layout issue on firefox

I fixed this on my site, so I cannot demo (or upload a screenshot due to karmitis)

I've seen this on firefox 4, 12, 22 on win7, and firefox 22 on ubuntu. If the image is wider than 705 pixels, the whole post layout is broken.

It appears since the layout is fixed anyway, an appropriate change is (705px instead of max-width:100%) :

.question-page .post-body img {
    max-width: 705px;
}

For some reason, the 'fork-and-edit' button wasn't working so I was lazy, but happy to do a PR on github if so desired.