Large images are overflowing/being cut off on the main blog,
(I’d include an image here if I could )
to fix this (if you want to) add this to the img tag for embedded comments:
.whateverclass img {
max-width: 608px;
height: auto;
}
Large images are overflowing/being cut off on the main blog,
(I’d include an image here if I could )
to fix this (if you want to) add this to the img tag for embedded comments:
.whateverclass img {
max-width: 608px;
height: auto;
}
On desktop or on mobile?
Desktop. Just tested it on my tablet (Nexus 7), happens there too.
Can you provide the URL to an example post with the problem?
http://blog.codinghorror.com/please-read-the-comments/#post-94332 (I included an anchor to the comment, but since it’s in an iframe it doesn’t jump). It’s about 3/4 of the way through the comments.
OK I added
Looks better now thanks @nicksahler!