Support

Account

Home Forums Add-ons Repeater Field Select output inside repeater Reply To: Select output inside repeater

  • do you need the label or only the value? i think $value is enough
    echo wp_get_attachment_image( $row['image'], $value );

    if that didnt work:
    did it work when you define size directly? just to get sure that your wp_get_attachment_image is correct.