• Hi.

    When I had a non-responsive site my images had the size of 600x850px.
    Now when the site is responsive I try to find out how big the largest image is. When I see it in a “single post” it looks blurry. How can I find out the biggest size? I don’t want to make the images bigger than necessary.

    /Ulrica

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi Ulrica,

    I unfortunately don’t have an answer but I have the same question, as I am also concerned about image blurriness. From a quick test it looks like Featured images on a post expand to almost 1000 pixels (but the default size is 720 so it will absolutely look blurry at 1000). It would be great to have someone confirm the max sizes. My thought would be to customize the code so that it does not expand images beyond their native maximum, in order to retain sharpness. Anyone have code adjustment for that?

    Hope it’s OK to “piggyback” on your post, Ulrica, as it seemed directly relevant.

    Best,
    Mike

    Thread Starter ulricakrii

    (@ulmavi)

    Absolutely Mike.
    Where do you see the default size?

    /Ulrica

    The functions.php file has image sizes:
    \\
    // add_image_size( ‘thumb-small’, 160, 160, true );
    // add_image_size( ‘thumb-medium’, 520, 245, true );
    // add_image_size( ‘thumb-large’, 720, 340, true );
    \\

    (I discovered that from the following post:
    https://www.ads-software.com/support/topic/small-medium-and-large-image-sizes )

    And I have started a post to try to update image sizes, but I didn’t get into how to limit the max size, which perhaps may be done in the same place:
    https://www.ads-software.com/support/topic/update-child-themes-functionphp-for-image-thumbnail-sizes

    Best,
    Mike

    Ulmavi, a “work around” to directly limiting image size (which I have not figured out how to do elegantly in this theme) is to adjust the Website Max-Width under Appearance > Theme Options (make sure Dynamic Styles is On to do this). I found this answer here:
    https://www.ads-software.com/support/topic/changing-the-theme-width

    Would still love to learn to directly limit image resizing in this theme if someone’s got an answer.

    Best,
    Mike

    Thread Starter ulricakrii

    (@ulmavi)

    Hi Mike.
    My site is set to 1120px.
    I changed the line below in my child theme to this:

    // add_image_size( ‘thumb-large’, 800, 1133, true );

    It worked, but the problem is that I have over 450 images on the site that needs to be updated. ??

    /Ulrica

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘What size is the largest image size in this theme?’ is closed to new replies.