File: /home/parsata2/.trash/sandwich-panel-price/panel-gallery.php
<section class="o-section c-section--about-gallery">
<div class="c-about-gallery">
<div class="o-section__wrapper">
<div class="c-about-gallery__carousel"
data-flickity='{ "autoPlay": 1500,"cellAlign": "left","prevNextButtons": false,"pageDots": false,"contain": true}'>
<?php foreach (get_field('about-gallery') as $img): ?>
<?php get_field('about-gallery'); ?>
<div class="c-about-gallery__carousel-cell">
<img src="<?php echo $img ?>"
alt="">
</div>
<?php endforeach; ?>
</div>
</div>
</div>
</section>