• On another thread, I found this:

    (Setting image sizes) … has more to do with your theme than with the importer. You should have this somewhere in your stylesheet:

    img {
    width: 100%;
    }
    However, the importer can help you out by removing the height and width attributes, if you remove those from the allowed attributes list in the HTML cleanup section.

    My question is: “where is the HTML cleanup section”?

  • The topic ‘Where is HTML cleanup section’ is closed to new replies.