Title: Fixed image width
Last modified: August 21, 2016

---

# Fixed image width

 *  Resolved [kostas45](https://wordpress.org/support/users/kostas45/)
 * (@kostas45)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/fixed-image-width/)
 * I use images of various widths and **Fixed image width** setting scales all of
   them.
    Is there a way to avoid this scaling?
 * Thank you
 * [https://wordpress.org/plugins/wp-greet/](https://wordpress.org/plugins/wp-greet/)

Viewing 4 replies - 1 through 4 (of 4 total)

 *  [yezzz](https://wordpress.org/support/users/yezzz/)
 * (@yezzz)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/fixed-image-width/#post-4864636)
 * Simply remove that setting.
 * If you then want to set a maximum size for all images, say 640px, then add the
   following to wp-greet.css:
 *     ```
       .wpg_image img {
       max-width:640px;
       }
       ```
   
 *  Thread Starter [kostas45](https://wordpress.org/support/users/kostas45/)
 * (@kostas45)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/fixed-image-width/#post-4864644)
 * Thank you yezzz! I thought I had tried remove the setting… Well I have just checked
   again, it depends on the theme. With default themes (2010, 2011, 2012, 2013, 
   2014) removing the setting results in an image scaled to wp-greet-form textarea
   width. With another theme I use, the setting has no effect, no scaling at all…
 *  [yezzz](https://wordpress.org/support/users/yezzz/)
 * (@yezzz)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/fixed-image-width/#post-4864654)
 * Welcome. If you remove the setting it will not put a width= to the html, so img
   then inherits the value from the theme styling if it exists, or uses browser 
   defaults. With the above css you style it however you like.
 *  Plugin Author [tuxlog](https://wordpress.org/support/users/tuxlog/)
 * (@tuxlog)
 * [12 years ago](https://wordpress.org/support/topic/fixed-image-width/#post-4864704)
 * Thats wright

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Fixed image width’ is closed to new replies.

 * ![](https://ps.w.org/wp-greet/assets/icon-128x128.png?rev=1315506)
 * [wp-greet](https://wordpress.org/plugins/wp-greet/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-greet/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-greet/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-greet/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-greet/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-greet/reviews/)

 * 4 replies
 * 3 participants
 * Last reply from: [tuxlog](https://wordpress.org/support/users/tuxlog/)
 * Last activity: [12 years ago](https://wordpress.org/support/topic/fixed-image-width/#post-4864704)
 * Status: resolved