feat: added initial version of png cover image to epub

This commit is contained in:
Stephan
2021-09-05 16:30:02 +02:00
parent 218595c922
commit 0bc31c418d
5 changed files with 12 additions and 4 deletions

View File

@ -19,7 +19,5 @@ Sample template for the html cover page.
{%- block footer %}{% endblock %}
{% block content %}
<div class="epub-cover">
<img src="{{ image }}" alt="Cover image" />
</div>
<div class="epub-cover" style="background-image: url('{{ image }}');"></div>
{% endblock %}