ACF PRO Image in Repeater not showing

The images are not showing in front-end. ACF settings screenshot <?php if( have_rows(‘how_it_works_functions’) ): $counter = 0; while( have_rows(‘how_it_works_functions’) ) : the_row(); $counter++; ?> <div class="step<?php echo $counter; ?>"> <div class="row section-content"> <?php if($counter == 2) { ?> <div class="col-md-8 image"> <img class="skip-lazy" src="<?php get_sub_field(‘how_it_works_functions_image’)[‘url’]; ?>" alt="<?php get_sub_field(‘how_it_works_functions_image’)[‘alt’]; ?>"> </div> <div class="col-md-4 text"> <h3 data-aos="fade-left"… Read More ACF PRO Image in Repeater not showing