• Resolved mateibaciu

    (@mateibaciu)


    Hi,

    On my single product page I’ve got the full size image and 5 thumbnails in a slider.
    The full size images are properly setup with srcset, however the thumbnails have no srcset.
    Moreover, only the first thumbnail has the correct size(126×100 — shop_thumbnail), the rest are shown at full size.

    <ol class="flex-control-nav flex-control-thumbs">
    
    <!---FIRST THUBMNAIL !-->
    <li><img src="https://hostname.com/app/uploads/2017/12/esp-htl-packfront-126x100.png" /></li>
    <!---FIRST THUBMNAIL !-->
    
    <li><img src="https://hostname.com/app/uploads/2017/12/esp-htl-packback.png" /></li>
    <li><img src="https://hostname.com/app/uploads/2017/12/esp-htl-notesfront.png" /></li>
    <li><img src="https://hostname.com/app/uploads/2017/12/esp-htl-notesback.png" /></li>
    <li><img src="https://hostname.com/app/uploads/2017/12/esp-htl-wordlist.png" /></li></ol>

    Is this the usual behavior for Woocommerce or am I doing something wrong?

    • This topic was modified 8 years, 2 months ago by mateibaciu.
    • This topic was modified 8 years, 2 months ago by mateibaciu.
    • This topic was modified 8 years, 2 months ago by mateibaciu.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Product Thubmnails’ is closed to new replies.