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 @@ - +