Support

Account

Home Forums ACF PRO Enabling Photon

Unread

Enabling Photon

  • About a year ago this thread was opened regarding adding Photon Support. Looks like it was never resolved. I would like to make sure Photon is being used on images added by ACF pro.

    For example, I’m using this code which is not pulling the image from Photon:

                          <?php elseif( get_row_layout() == 'image' ): ?>
                                <div class='bs-container'>
    
                                    <div class='col-md-12'>
    
                                        <img class='image centerme' src='<?php echo the_sub_field('image'); ?>' />
    
                                </div>
                                </div>

    Any ideas?

Viewing 1 post (of 1 total)

The topic ‘Enabling Photon’ is closed to new replies.