2 vapor Jun 16, 2014 20:28Found the issue- I had an iframe for a video in a post. Added this CSS if it helps anyone.... @media screen and (max-width: 640px) { img {max-width: 100%;} iframe {max-width: 100%;} }
Found the issue- I had an iframe for a video in a post. Added this CSS if it helps anyone....