• This may be of use to some future traveler.

    I encountered a problem using Crop Thumbnails 1.3.0 and JetPack 9.3.1. If JP’s site accelerator is configured to speed up image load times, the cropped thumbnail is not delivered when the page is rendered.

    For instance, I had an image coded like this:

    <img src="https://soagannex.art/wp-content/uploads/2021/01/Blue-ShirtRed-Chair-300x300.jpg" alt="" width="300" height="300" class="alignleft size-medium wp-image-9436" />

    Without accelerated image loading, the rendered page used the src attribute defined in the code, and the image loaded correctly.

    With the accelerated loading, the rendered page showed a different src, “https://i1.wp.com/soagannex.art/wp-content/uploads/2021/01/Blue-ShirtRed-Chair.jpg?fit=300%2C300&ssl=1&#8221;, which loaded the uncropped image and then resized it to the desired dimensions.

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Problem with JetPack’ is closed to new replies.