Title: Responsive Images
Last modified: August 22, 2016

---

# Responsive Images

 *  Resolved [taiger](https://wordpress.org/support/users/taiger/)
 * (@taiger)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/responsive-images-12/)
 * Hi When uploading html to wordpress, the images are non responsive, and not attached.
   so the image looks distorted on mobile.
 * Regards Tai
 * [https://wordpress.org/plugins/import-html-pages/](https://wordpress.org/plugins/import-html-pages/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [Stephanie Leary](https://wordpress.org/support/users/sillybean/)
 * (@sillybean)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/responsive-images-12/#post-5765244)
 * That 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.

Viewing 1 replies (of 1 total)

The topic ‘Responsive Images’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/import-html-pages.svg)
 * [HTML Import 2](https://wordpress.org/plugins/import-html-pages/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/import-html-pages/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/import-html-pages/)
 * [Active Topics](https://wordpress.org/support/plugin/import-html-pages/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/import-html-pages/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/import-html-pages/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Stephanie Leary](https://wordpress.org/support/users/sillybean/)
 * Last activity: [11 years, 3 months ago](https://wordpress.org/support/topic/responsive-images-12/#post-5765244)
 * Status: resolved