Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/richdocuments.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2018-09-19 09:26:42 +0300
committerRoeland Jago Douma <roeland@famdouma.nl>2018-12-20 09:38:43 +0300
commit94f9603ddeec34c5ab2fb957de31219746ef10f8 (patch)
treebd72fe68b714ab9e41ac3a98e4c1bb4fe725b653 /templates
parent45ecbbf62ce9f04a7867f43cf4018fa0b7de448d (diff)
Fix preview and default size
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'templates')
-rw-r--r--templates/admin.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/admin.php b/templates/admin.php
index b68a30a6..ffd4fa2e 100644
--- a/templates/admin.php
+++ b/templates/admin.php
@@ -71,7 +71,7 @@ script('files', 'jquery.fileupload');
<?php foreach ($_['templates'] as $template) {?>
<li>
<figure>
- <img src="<?php p($template['preview']) ?>" alt="<?php p($l->t('template preview')) ?>" />
+ <img src="<?php p($template['preview']) ?>?y=297&x=210" alt="<?php p($l->t('template preview')) ?>" />
<figcaption><?php p($template['name']) ?></figcaption>
</figure>
<a href="<?php p($template['delete']) ?>" class="delete-template icon-delete"></a>