-
AuthorPosts
-
February 12, 2020 at 7:15 am #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?
February 13, 2020 at 8:07 pm #1184258Hey geraldinetay27,
Please have a look at the following thread:
If you need further assistance please let us know.
Best regards,
VictoriaFebruary 13, 2020 at 8:13 pm #1184262Hey 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,
BasilisFebruary 14, 2020 at 6:14 am #1184394Hi 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.
February 18, 2020 at 4:45 am #1185518Hi,
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,
IsmaelFebruary 19, 2020 at 5:18 am #1185904Hi 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?
February 20, 2020 at 6:09 am #1186226Hi Ismael, the auto sizing of images are still not disabled.
February 21, 2020 at 1:54 am #1186588Hi,
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,
IsmaelFebruary 21, 2020 at 3:46 am #1186599Hi 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.
February 24, 2020 at 3:26 am #1187171Hi,
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,
IsmaelFebruary 25, 2020 at 4:35 am #1187539Hi Ismael,
Thank you. Automatic resizing is disabled after adding the codes :)February 25, 2020 at 5:57 pm #1187798Hi geraldinetay27,
Glad we could help :)
If you need further assistance please let us know.
Best regards,
Victoria -
AuthorPosts
- You must be logged in to reply to this topic.