Image Grid Australien

Change the grid view:

Es werden ".$n." Bilder pro Spalte angezeigt (auswahl = 4) "; $rest = count($alle) % 4; // Rest $anz_themen[] = $i + $rest; // tats. Anzahl Bilder $unter_thema[] = "Ende"; // verhinder Fehlermeldung $l = 1; // 1. Bold $anz = $n; // Anzahl Bilder pro Spalte => $anz / 4 $i = 1; //1. Bild $m = 0; //1. Matrix-Eintrag $g = 0; // Gesamtzahl Bilder echo "
"; while ($g <= $anz_images) { for ($i = 1; $i<=4; $i++) { echo "
"; for ($j = $l; $j <= $n; $j++) { // Anzahl pro Spalte if ($g <= $anz_images){ ?> " alt="hbc fotos" style="width:100%;"> "; $l = $n; // weitere 4 Bilder pro Spalte $n = $n+$anz; // nächste Spalte mit n Bildern } } echo "
"; ?>