This commit is contained in:
Baptiste Rebillard 2022-06-13 09:26:30 +02:00
förälder bf2da85110
incheckning 5fca5a771b
3 ändrade filer med 1 tillägg och 1 borttagningar

Binär
assets/img/blouse/blouse_5.jpg Normal file

Binary file not shown.

Efter

Bredd:  |  Höjd:  |  Storlek: 365 KiB

Binär
assets/img/blouse/blouse_6.jpg Normal file

Binary file not shown.

Efter

Bredd:  |  Höjd:  |  Storlek: 412 KiB

Visa fil

@ -75,7 +75,7 @@ ob_start(); // Start reading html
</div>
<div id="photos_blouse">
<?php
for($i = 1; $i<=4; $i++) {
for($i = 1; $i<=6; $i++) {
echo "<img src='assets/img/blouse/blouse_".$i.".jpg' class='img_blouse'>";
}
?>