Fixing blur and reverse loading

This commit is contained in:
Michał Gdula 2022-08-01 19:20:51 +01:00
parent 7944e439d7
commit 4c064eeaed
5 changed files with 14 additions and 4 deletions

View file

@ -77,7 +77,7 @@
<div class="gallery-root flex-left">
<?php
// Reading images from table
$image_request = mysqli_query($conn, "SELECT * FROM swag_table");
$image_request = mysqli_query($conn, "SELECT * FROM swag_table ORDER BY id DESC");
while ($image = mysqli_fetch_array($image_request)) {
// If search is set