Revert "revert: 5d8f19429353c6a01b07c988bcda4410587ae6e7"

This reverts commit 1280c528e4.
This commit is contained in:
Baoshuo Ren 2023-02-07 18:31:35 +08:00
parent f6e5a897c1
commit e350a96dd7
Signed by: baoshuo
GPG Key ID: 00CB9680AB29F51A

View File

@ -411,7 +411,7 @@ $pag = new Paginator($pag_config);
<?php foreach ($pag->get() as $idx => $row) : ?>
<div class="col">
<div class="card">
<img src="<?= $row['path'] ?>" class="card-img-top" height="200" loading="lazy" decoding="async" style="object-fit: contain">
<img src="<?= $row['path'] ?>" class="card-img-top object-fit-contain" height="200" loading="lazy" decoding="async">
<div class="card-footer bg-transparent small px-2">
<div class="d-flex flex-wrap justify-content-between">
<time><?= $row['upload_time'] ?></time>