if within carousel place amp-img and div with the description of the image, the carousel only show images and doesn't show description of the images. add example: <amp-carousel width=400 height=300 type=slides layout=responsive controls > <?php foreach ($nota["gallery"]["files"] as $x): ?> <amp-img class=" img_nota_completa loader" src="<?php print $x["url_img"] ?>" layout="responsive" width="360" alt="<?php print $x["title"]; ?>" height="216"> </amp-img> <div><?php print $x["title"]; ?></div> <?php endforeach; ?> </amp-carousel>