Title: max-width: 100000%;
Last modified: August 20, 2016

---

# max-width: 100000%;

 *  [Stanislav Khromov](https://wordpress.org/support/users/khromov/)
 * (@khromov)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/max-width-100000/)
 * This plugin adds the following rule to the head of all pages:
 *     ```
       <style type="text/css">
           .entry-content img {max-width: 100000%; }
       </style>
       ```
   
 * This is problematic because it’s a very generic selector that is loaded on every
   page **and is loaded inline** so it overrides your theme css.
 * I strongly recommend a narrower selector in combination with applying a class
   on the div container that the shortcode generates.
 * [http://wordpress.org/extend/plugins/google-maps-v3-shortcode/](http://wordpress.org/extend/plugins/google-maps-v3-shortcode/)

The topic ‘max-width: 100000%;’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/google-maps-v3-shortcode.svg)
 * [Google Maps v3 Shortcode](https://wordpress.org/plugins/google-maps-v3-shortcode/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/google-maps-v3-shortcode/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/google-maps-v3-shortcode/)
 * [Active Topics](https://wordpress.org/support/plugin/google-maps-v3-shortcode/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/google-maps-v3-shortcode/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/google-maps-v3-shortcode/reviews/)

 * 0 replies
 * 1 participant
 * Last reply from: [Stanislav Khromov](https://wordpress.org/support/users/khromov/)
 * Last activity: [13 years, 5 months ago](https://wordpress.org/support/topic/max-width-100000/)
 * Status: not resolved