Limit image size, fixes #4464.
[librarian.git] / src / librarian / elements / front / dzielo_nadrzedne.py
index c53b3ad..bbc30b1 100644 (file)
@@ -1,6 +1,14 @@
+# This file is part of Librarian, licensed under GNU Affero GPLv3 or later.
+# Copyright © Fundacja Wolne Lektury. See NOTICE for more information.
+#
 from .base import HeaderElement
 
 
 class DzieloNadrzedne(HeaderElement):
     TXT_BOTTOM_MARGIN = 1
     TXT_LEGACY_BOTTOM_MARGIN = 1
+
+    HTML_CLASS = "collection"
+
+    def epub_build(self, builder):
+        return