• Resolved Kettercat

    (@kettercat)


    Hey,

    The product image is linked to the file (with a lightbox), but the popup is showing the thumbnail and not the full size.

    I can see the code contains this:
    $image = wp_get_attachment_image($attachment_id, apply_filters('single_product_small_thumbnail_size', 'shop_thumbnail'));

    What should I replace small_thumbnail_size with?

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Options available to you are:

    1. single_product_archive_thumbnail_size
    2. single_product_large_thumbnail_size
    3. single_product_large_thumbnail_size

    Use any one of the three.

    Thread Starter Kettercat

    (@kettercat)

    Exactly what I was looking for, thanks a lot!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Link to full image size and not thumbnail?’ is closed to new replies.