From 48816aee2d1b00f746eb9e48a18396fd88b7f222 Mon Sep 17 00:00:00 2001 From: yoanhg421 Date: Mon, 2 Oct 2023 13:18:27 -0700 Subject: [PATCH] Kobo styles, fill screen --- internal/epub/templates/epub_templates_style.css.tmpl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/internal/epub/templates/epub_templates_style.css.tmpl b/internal/epub/templates/epub_templates_style.css.tmpl index 0f6033d..ec2ec47 100644 --- a/internal/epub/templates/epub_templates_style.css.tmpl +++ b/internal/epub/templates/epub_templates_style.css.tmpl @@ -21,4 +21,6 @@ div { img { margin: 0; padding: 0; + width: {{ .View.Width }}px; + height: {{ .View.Height }}px; } \ No newline at end of file