From 95a16472d8f2cab5494ed74f02ccfe3acc84f0b4 Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Sat, 10 Mar 2018 09:18:29 -0500 Subject: [PATCH] Add size suggestion for image Adding a sive suggestion for image in the invoice. --- views/admin/settings/billing.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/admin/settings/billing.html b/views/admin/settings/billing.html index aaab00f..73ae194 100644 --- a/views/admin/settings/billing.html +++ b/views/admin/settings/billing.html @@ -29,7 +29,7 @@ {$billingSettings.fieldData.company_logo}
{/if} New image: -
Need to update the text here for best logo size (w X h)
+
Best logo size: No larger than (400px x 200px). Must be jpeg,gif or png.
{if $billingSettings.fieldFail.company_logo}

{$billingSettings.fieldFail.company_logo}{/if} -- 2.17.1