uploaded attached image changing file ext and resizing

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • 10smom
    Senior Member
    • May 2007
    • 128
    • 4.0.x

    uploaded attached image changing file ext and resizing

    FOr some reason some of my pictures I am uploading as attachment or getting from another webpage and uploading as attachment, are resizing to much smaller size and changing from .gif to .jpg. it just starting doing this so now sure what is causing this to happen.

    I will test in next thread to see if happing here as well
  • 10smom
    Senior Member
    • May 2007
    • 128
    • 4.0.x

    #2
    here is image trying to upload as attachment

    OK it is doing it here too! how do I get it to stay as . gif and stay at same size?
    Attached Files

    Comment

    • 10smom
      Senior Member
      • May 2007
      • 128
      • 4.0.x

      #3
      well actually it is not resizing on this forum, but it is changing form .gif to jpg? on my site it is resizing and changing to .jpg

      Comment

      • Jake Bunce
        Senior Member
        • Dec 2000
        • 46598
        • 3.6.x

        #4
        If you have a working image library setup:

        Admin CP -> vBulletin Options -> Image Settings

        And your forum is set to resize images:

        Admin CP -> vBulletin Options -> Message Attachment Options -> Resize Images

        Then it will automatically resize uploaded images to conform to the maximum dimensions that are defined in your:

        Admin CP -> Attachments -> Attachment Manager

        Also, be mindful of this restriction in the includes/config.php file:

        Code:
        // Image Processing Options
        // Images that exceed either dimension below will not be resized by vBulletin. If you need to resize larger images, alter these settings.
        $config['Misc']['maxwidth'] = 2592;
        $config['Misc']['maxheight'] = 1944;

        Comment

        Related Topics

        Collapse

        Working...