Viewing 1 replies (of 1 total)
  • I found that the containers that the images were in had something to do with the images having a max-width of 100%.

    I was able to solve this by adding the following to the CSS:

    article { width: 100%; }
    .entry-content { width: 100%; }

    Hope that helps!
    -Dan

Viewing 1 replies (of 1 total)
  • The topic ‘Issue with firefox’ is closed to new replies.