diff --git a/PlotLine/Views/Projects/Details.cshtml b/PlotLine/Views/Projects/Details.cshtml index 0442aed..d25454e 100644 --- a/PlotLine/Views/Projects/Details.cshtml +++ b/PlotLine/Views/Projects/Details.cshtml @@ -104,14 +104,14 @@
@foreach (var book in Model.Books) { -
+
-
+
Cover for @book.BookTitle + class="img-fluid" + style="max-width:100%; max-height:100%; object-fit:contain;" />
diff --git a/PlotLine/wwwroot/uploads/books/10/cover-standard.webp b/PlotLine/wwwroot/uploads/books/10/cover-standard.webp new file mode 100644 index 0000000..618bd49 Binary files /dev/null and b/PlotLine/wwwroot/uploads/books/10/cover-standard.webp differ diff --git a/PlotLine/wwwroot/uploads/books/10/cover-thumb.webp b/PlotLine/wwwroot/uploads/books/10/cover-thumb.webp new file mode 100644 index 0000000..9b059d2 Binary files /dev/null and b/PlotLine/wwwroot/uploads/books/10/cover-thumb.webp differ diff --git a/PlotLine/wwwroot/uploads/books/16/cover-standard.webp b/PlotLine/wwwroot/uploads/books/16/cover-standard.webp new file mode 100644 index 0000000..702456d Binary files /dev/null and b/PlotLine/wwwroot/uploads/books/16/cover-standard.webp differ diff --git a/PlotLine/wwwroot/uploads/books/16/cover-thumb.webp b/PlotLine/wwwroot/uploads/books/16/cover-thumb.webp new file mode 100644 index 0000000..7776662 Binary files /dev/null and b/PlotLine/wwwroot/uploads/books/16/cover-thumb.webp differ