Results 1 to 3 of 3

Thread: Image size increase

  1. #1
    Thread Starter
    Senior Member rnaylor's Avatar
    Join Date
    Oct 2009
    Location
    United States
    Posts
    138
    Thanks
    22
    Thanked 9 Times in 9 Posts

    Image size increase

    //1024 bytes = 1kb
    //1024000 bytes = 1mb
    $image_folder_name = "classipress";
    $size_bytes = 1024000;
    $size_mb = $size_bytes / 1024000;
    $limitedext = array(".gif",".png",".jpg",".jpeg");

    To increase the image size would I replace "1mb" to 3 or 4mb? If so is there anything else I need to do?

  2. #2
    Veteran taylerj's Avatar
    Join Date
    Apr 2009
    Location
    Las Vegas, NV
    Posts
    380
    Thanks
    1
    Thanked 8 Times in 6 Posts

    Re: Image size increase

    This will change it yes only given that your host lets you load an image above the given amount here. If you set the value to 3mb in classipress but your host only allows 1mb then it wont do much good. I would contact your host and see whats the max upload size for your package.
    Eric is best known in the forum for his in depth tutorials. He started in design 4 years ago and then discovered WordPress and has been coding and hacking themes and plugins ever since. He's quite helpful if you have any questions for him in the forum. Eric also makes his own WordPress themes and plugins and provides ClassiPress consulting on the side. David Cowgill - (Owner of Classipress)

  3. #3
    Thread Starter
    Senior Member rnaylor's Avatar
    Join Date
    Oct 2009
    Location
    United States
    Posts
    138
    Thanks
    22
    Thanked 9 Times in 9 Posts

    Re: Image size increase

    Thanks for your help. Very much appreciated. I'll contact my hosting service.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Displaying a Main Image or Large Image for listings
    By kwave12 in forum ClassiPress General Discussion
    Replies: 20
    Last Post: December 10th, 2010, 04:47 PM