diff --git a/assets/uploads/gallery/1/cover_69329485037df.jpg b/assets/uploads/gallery/1/cover_69329485037df.jpg new file mode 100644 index 00000000..eef67281 Binary files /dev/null and b/assets/uploads/gallery/1/cover_69329485037df.jpg differ diff --git a/src/pages/gallery/gallery.php b/src/pages/gallery/gallery.php index 26f72534..d43e4958 100644 --- a/src/pages/gallery/gallery.php +++ b/src/pages/gallery/gallery.php @@ -171,7 +171,7 @@ $conn->close(); background: #667eea; color: white; border: none; - border-radius: 6px; + border-radius: 30px; font-size: 0.85rem; font-weight: 600; cursor: pointer; diff --git a/src/pages/gallery/view_album.php b/src/pages/gallery/view_album.php index 1cf1cf37..751c363f 100644 --- a/src/pages/gallery/view_album.php +++ b/src/pages/gallery/view_album.php @@ -29,6 +29,7 @@ $album_query = " pa.album_id, pa.title, pa.description, + pa.cover_image, pa.created_at, pa.user_id, u.first_name, @@ -80,17 +81,34 @@ $conn->close();