You are here

epub-formatter-cover.html.twig in Epub 8

<div class="ebook">
    <a href="{{ file }}">
        <img src="{{ image }}" width="{{ width }}" style="border:1px solid black;"/>
    </a>
</div>

File

templates/epub-formatter-cover.html.twig
View source
  1. <div class="ebook">
  2. <a href="{{ file }}">
  3. <img src="{{ image }}" width="{{ width }}" style="border:1px solid black;"/>
  4. </a>
  5. </div>