H A U S T H E N E

carregando

Alimentício e Saúde

img
Imagem do Portfólio
Voltar
$images = array_filter($files, function ($file) use ($dir) { $ext = strtolower(pathinfo($file, PATHINFO_EXTENSION)); return in_array($ext, ['webp']); }); // Limita a exibição a 4 imagens $images = array_slice($images, 0, 4); // Gera os slides dinamicamente foreach ($images as $image) { echo '
'; echo '
'; echo '
'; echo ' Imagem da galeria'; echo '
'; echo '
'; echo '
'; } } ?> -->