Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter akawam

    (@akawam)

    To clarify: the problem is the auto resized images’ quality sucks badly so i’d like to prevent the resizing. I am using images which are the same width as wpurp-container (almost 700px).

    Plugin Author Brecht

    (@brechtvds)

    Wordpress automatically generates multiple thumbnail sizes for each image. This to not use up unnecessary bandwidth when you only need a certain width for an image.

    The quality for that resizing can be altered:
    https://premium.wpmudev.org/blog/fix-jpeg-compression/

    Kind regards,
    Brecht

    Thread Starter akawam

    (@akawam)

    This helped but images keep getting resized. The problem is especially bad because if i upload a 688px image (which would fit perfectly) somehow a 600px image is chosen instead, then stretched to 688px by the width:100% CSS rule.
    What is causing this?

    Plugin Author Brecht

    (@brechtvds)

    It should not use a thumbnail size that’s smaller then the available width. Can you give me a link to a recipe with this problem?

    Brecht

    Thread Starter akawam

    (@akawam)

    https://xxxxxxxxxxxx
    There you go. Please advise when you are done since this is still a work in progress website and i have to put it back in maintenance mode ASAP. Thank you.

    • This reply was modified 6 years, 5 months ago by akawam.
    Plugin Author Brecht

    (@brechtvds)

    In the Template Editor the max width is set to 600 pixels. So everything inside will also be a maximum of 600 pixels, which is why it gets the image at that size.

    You added some custom code to remove that max width, which is why the image is now stretched.

    You’d have to remove the max width in the Template Editor instead:
    https://www.wpultimaterecipe.com/docs/template-editor

    Brecht

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Step image gets resized?’ is closed to new replies.