diff --git a/bookwyrm/templates/snippets/book_cover.html b/bookwyrm/templates/snippets/book_cover.html
index 84303015a..0d618072c 100644
--- a/bookwyrm/templates/snippets/book_cover.html
+++ b/bookwyrm/templates/snippets/book_cover.html
@@ -18,129 +18,27 @@
{% if enable_thumbnail_generation %}
- {% if size_mobile == 'xsmall' %}
+ {% if size_mobile %}
- {% elif size_mobile == 'small' %}
-
-
- {% elif size_mobile == 'medium' %}
-
-
- {% elif size_mobile == 'large' %}
-
-
- {% elif size_mobile == 'xlarge' %}
-
-
- {% elif size_mobile == 'xxlarge' %}
-
-
{% endif %}
- {% if size == 'xsmall' %}
-
-
- {% elif size == 'small' %}
-
-
- {% elif size == 'medium' %}
-
-
- {% elif size == 'large' %}
-
-
- {% elif size == 'xlarge' %}
-
-
- {% elif size == 'xxlarge' %}
-
-
- {% endif %}
+
+
{% endif %}