Title: limiting comment image width
Last modified: August 21, 2016

---

# limiting comment image width

 *  [yoramzara](https://wordpress.org/support/users/yoramzara/)
 * (@yoramzara)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/limiting-comment-image-width/)
 * This works
 * .comment-image img {
    height: auto !important; max-width: 600px !important; }
 * [http://wordpress.org/plugins/comment-images/](http://wordpress.org/plugins/comment-images/)

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

 *  [Karalee](https://wordpress.org/support/users/karalee/)
 * (@karalee)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/limiting-comment-image-width/#post-4375458)
 * Thanks for this post. I added the code to my child theme’s css file, and now 
   the images are all re-sized when they are uploaded.
 * Again, thank you!
 *  [cloudduster](https://wordpress.org/support/users/cloudduster/)
 * (@cloudduster)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/limiting-comment-image-width/#post-4375459)
 * Awesome! Thanks!
 * Is there a way to make it responsive?
 * I tried width: 100%; but it ain’t working.
 *  [Sergey](https://wordpress.org/support/users/sergiksmen/)
 * (@sergiksmen)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/limiting-comment-image-width/#post-4375460)
 * If you want to reduce the size of uploaded photos, then go to the file
    comment-
   images/class-comment-image.php There, locate the line
 * & & $ _FILES [$comment _image_id] [‘ size ‘] < 5000000) {
 * Then simply replace the number. For example, at 25 < Kb
    Replace with
 * & & $ _FILES [$comment _image_id] [‘ size ‘] < 25000) {

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

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

 * ![](https://s.w.org/plugins/geopattern-icon/comment-images_eaeaea.svg)
 * [Comment Images](https://wordpress.org/plugins/comment-images/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/comment-images/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/comment-images/)
 * [Active Topics](https://wordpress.org/support/plugin/comment-images/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/comment-images/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/comment-images/reviews/)

 * 3 replies
 * 4 participants
 * Last reply from: [Sergey](https://wordpress.org/support/users/sergiksmen/)
 * Last activity: [11 years, 9 months ago](https://wordpress.org/support/topic/limiting-comment-image-width/#post-4375460)
 * Status: not resolved