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