Viewing 3 replies - 1 through 3 (of 3 total)
  • 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!

    Awesome! Thanks!

    Is there a way to make it responsive?

    I tried width: 100%; but it ain’t working.

    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.