From aa1e6675c2b0d394ce89daea610bd902a31cb7aa Mon Sep 17 00:00:00 2001 From: Timothy J Warren Date: Wed, 8 May 2019 14:18:18 -0400 Subject: [PATCH] Use larger cover images for edit forms --- app/views/anime/edit.php | 6 ++---- app/views/collection/edit.php | 18 +++++++++--------- app/views/manga/edit.php | 8 ++++---- 3 files changed, 15 insertions(+), 17 deletions(-) diff --git a/app/views/anime/edit.php b/app/views/anime/edit.php index b75a2423..500f777d 100644 --- a/app/views/anime/edit.php +++ b/app/views/anime/edit.php @@ -16,9 +16,7 @@ -
- picture("images/anime/{$item['anime']['id']}.webp") ?> -
+ picture("images/anime/{$item['anime']['id']}-original.webp", "jpg", [], ["width" => "390"]) ?> @@ -95,7 +93,7 @@ - @@ -49,13 +47,15 @@ -
- Danger Zone -
+ +
+ Danger Zone - + - -
+
+ \ No newline at end of file diff --git a/app/views/manga/edit.php b/app/views/manga/edit.php index 1a3e8cbd..58eb076c 100644 --- a/app/views/manga/edit.php +++ b/app/views/manga/edit.php @@ -18,9 +18,7 @@ -
- img($urlGenerator->assetUrl('images/manga', "{$item['manga']['id']}.jpg")); ?> -
+ picture("images/manga/{$item['manga']['id']}-original.webp", "jpg", [], ["width" => "390"]) ?> @@ -96,7 +94,9 @@ - +