Support

Account

Home Forums Add-ons Flexible Content Field Flexible Content Image Sizes Reply To: Flexible Content Image Sizes

  • Hi @dadra

    This can be achieved no different to that of a regular field:
    http://www.advancedcustomfields.com/resources/field-types/image/

    You can echo a size like so:
    echo '<img src="' . $image['sizes']['thumbnail'] . '" alt="' . $image['alt'] . '" />';