Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter jonathlee

    (@jonathlee)

    i tried disable one by one, only left wePOS and WooCommerce alone, but still the same error. Will keep testing it out.

    Hi Scott,

    I tested out the responsive srcset and found that Simply Static only generate “Large” size image. Below is the example;

    WordPress generated (all sizes down to small thumbnail size 300×300)

    <img class="alignnone wp-image-17 size-large" alt="ebay-1" width="840" height="840"
    src="https://localhost/wpstatic/wp-content/uploads/2016/05/ebay-1-1024x1024.jpg"
    srcset="https://localhost/wpstatic/wp-content/uploads/2016/05/ebay-1-1024x1024.jpg 1024w,
    https://localhost/wpstatic/wp-content/uploads/2016/05/ebay-1-300x300.jpg 300w,
    https://localhost/wpstatic/wp-content/uploads/2016/05/ebay-1-720x720.jpg 720w,
    https://localhost/wpstatic/wp-content/uploads/2016/05/ebay-1-1200x1200.jpg 1200w,
    https://localhost/wpstatic/wp-content/uploads/2016/05/ebay-1.jpg 1240w"
    sizes="(max-width: 709px) 85vw, (max-width: 909px) 67vw, (max-width: 1362px) 62vw, 840px">

    Simply Static Generated

    <img class="alignnone wp-image-17 size-large" alt="ebay-1" width="840" height="840"
    src="https://localhost/wpstatic/static/wp-content/uploads/2016/05/ebay-1-1024x1024.jpg"
    srcset="https://localhost/wpstatic/static/wp-content/uploads/2016/05/ebay-1.jpg"
    sizes="(max-width: 709px) 85vw, (max-width: 909px) 67vw, (max-width: 1362px) 62vw, 840px">

    Both were using same Default Twenty Sixteen theme on WordPress 4.5.2

Viewing 2 replies - 1 through 2 (of 2 total)