Forums

how to set image max in media pages? help! (2 posts)

  1. Kaylee Borrett
    Member
    Posted 2 years ago #

    hi,
    can someone please help me. I am trying to set a max size for images uploaded into the media page on http://www.canberra.climatexchange.org and everything that i have tried hasnt worked. Basically what is happening is all the images that users have uploaded are way too big, and nowhere near fit on the screen, and what i want is for those images to automatically scale to a fixed size when uploaded.

  2. kz
    Member
    Posted 2 years ago #

    Add this into functions.php:

    function my_upload_size_limit($min_bytes, $u_bytes, $p_bytes){
      return 1024;// bytes you want
    }
    add_filter('upload_size_limit', 'my_upload_size_limit', 10, 3);

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags

No tags yet.