Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #1183774

    Hi, I noticed that when I upload my images, they are automatically resized smaller. I would my website to use large images. I have already went into settings and set the image size to 0 for large and medium images.

    My website is still automatically resizing my image.

    How do I disable theme resizing?

    #1184258

    Hey geraldinetay27,

    Please have a look at the following thread:

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1184262

    Hey geraldinetay27,

    The images are uploaded in different sizes and we also upload the main / full size image.
    Can you tell me where are you trying to use them?

    Best regards,
    Basilis

    #1184394

    Hi Basilis,

    I am trying to use them in my portfolio page. It should not downsize my original image. I have attached the link in the private section.

    #1185518

    Hi,

    Thank you for the info.

    You can actually select the thumbnail size used in the Portfolio Grid element. The Portfolio Grid Image Size settings is located in the Portfolio Grid > Styling > Grid Settings toggle. Select the second option to enable the thumbnail dropdown.

    Best regards,
    Ismael

    #1185904

    Hi Ismael, I don’t see the settings.Where can I find the setting at? Also, I would like to turn off automatic resizing of the image. How do I do so?

    #1186226

    Hi Ismael, the auto sizing of images are still not disabled.

    #1186588

    Hi,

    Thank you for the update.

    Are you trying to display the original version of Pet-Eye-View-Desktop-Web.jpg image? We thought that you wanted to adjust the thumbnail size used in a Portfolio Grid element. Anyway, we edited the portfolio entry and set the Image element to use the Full Size (470x2560px) version of the image without scaling. Let us know if that’s what you’re looking for.

    Best regards,
    Ismael

    #1186599

    Hi Ismael, I am trying to display the original version of the jpg. However, when I upload the image of 1440 x 5593px, the image is automatically reduced to 470px x 2560px.

    I can’t seem to disable the automatic resizing.

    #1187171

    Hi,

    Thank you for the clarification.

    That is the default limit impose by WordPress to control the size of the images, and prevent users from uploading media files that are way to large for their sites.

    // https://make.wordpress.org/core/2019/10/09/introducing-handling-of-big-images-in-wordpress-5-3/

    If you want to disable it, you can use the following filter in the functions.php file.

    add_filter( 'big_image_size_threshold', '__return_false' );
    

    Best regards,
    Ismael

    #1187539

    Hi Ismael,
    Thank you. Automatic resizing is disabled after adding the codes :)

    #1187798

    Hi geraldinetay27,

    Glad we could help :)

    If you need further assistance please let us know.
    Best regards,
    Victoria

Viewing 12 posts - 1 through 12 (of 12 total)
  • You must be logged in to reply to this topic.