Support

Account

Home Forums Add-ons Gallery Field ACF Gallery and Backstrech Reply To: ACF Gallery and Backstrech

  • Hi @gomezvalverde

    To get the other sizes of the images, I think you can do it like this:

    echo '"' . $image['sizes']['thumbnail'] . '",';

    Or:

    echo '"' . $image['sizes']['large'] . '",';

    If you want to load it depending on the device, I’m afraid you need to ask Backstrech support.

    Thanks 🙂