Results 1 to 1 of 1

Thread: like changing quality of the images uploaded to ClassiPress?

  1. #1
    Thread Starter
    Expired Customer alcalorpolitico's Avatar
    Join Date
    May 2014
    Location
    Mexico
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    like changing quality of the images uploaded to ClassiPress?

    I want to lower the quality of the images uploaded, I find as indicate a quality of 50%.

    I tried agreagr Wordpress code in functions.php of the root of the theme
    and the includes folder, but does not work

    add_filter ('jpeg_quality', 'down_jpeg_quality');
    down_jpeg_quality function () {
    return 70;
    }
    please help

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. uploaded images
    By travelsnake in forum ClassiPress General Discussion
    Replies: 1
    Last Post: November 3rd, 2011, 08:49 PM
  2. [SOLVED] Allowing More Than 8 Images Uploaded
    By valance in forum Report ClassiPress Bugs
    Replies: 2
    Last Post: February 10th, 2011, 03:01 PM
  3. Unabe to uploaded images over 1MB
    By iamjose in forum ClassiPress General Discussion
    Replies: 1
    Last Post: March 27th, 2010, 05:12 PM