• Resolved Alisa Wong

    (@alisawong)


    Hi lovely people

    I have tried disabling Jetpack > Performance > Speed up image load times, to prevent blurry images.

    However, this caused the auto resize function to stop working. This is how the carousel should look like. But after disabling the Jetpack option, the carousel image looks like this and is no longer auto resized.

    Is there a way to turn on the auto resize, without causing blurry images? Or is there an alternative plugin I should use?

    Thanks for your help! ??

    • This topic was modified 4 years, 10 months ago by Jan Dembowski. Reason: Moved to Fixing WordPress, this is not an Everything else WordPress topic

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Moderator Jan Dembowski

    (@jdembowski)

    Forum Moderator and Brute Squad

    Please ask plugin specific questions in that plugin’s dedicated sub-forum instead.

    https://www.ads-software.com/support/plugin/jetpack/#new-post

    It would be good to re-post this in the Jetpack forum: https://www.ads-software.com/support/plugin/jetpack/

    Or to contact Jetpack support directly: https://jetpack.com/contact-support/?rel=support

    Thread Starter Alisa Wong

    (@alisawong)

    Hi Jan & Tim

    Thanks for your responses. I was finally able to work around the problem by keeping the Jetpack function disabled and using custom CSS.

    For anyone else looking for a solution for Olsen Light or themes with a similar structure,

    1) The carousel is based on the Featured Image of each post. In post editor, upload an additional version of the post image in slider dimensions to Featured Image.

    2) Disable Featured Image showing up in posts via Custom CSS.

    .single-post .entry-featured,
    .blog #content .entry-featured,
    .archive #content .entry-featured {
    display: none;
    }

    Now, there will be 2 images for featured posts – 1 featured and 1 in the post body. The CSS ensures viewers only see the image inserted in the post body. This solution is based on the Olsen Light theme.

    Sharing final results here as site has moved to a new domain: alisawong.com

    Cheers!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Jetpack Image Resizing Not Working’ is closed to new replies.