From c9b12c48920fa293be5a289bbffd1fabf1ccc619 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABl=20M=C3=A9tais?= Date: Sat, 20 Jun 2015 16:11:10 +0200 Subject: [PATCH] Remove bugged lossless image optim gain when there's a lossy one --- front/src/views/rule.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/front/src/views/rule.html b/front/src/views/rule.html index 663be94..cf61e4f 100644 --- a/front/src/views/rule.html +++ b/front/src/views/rule.html @@ -220,7 +220,7 @@

Current weight: {{image.original | bytes}}

Current weight: {{image.original | bytes}} ({{image.afterCompression | bytes}} gzipped)

With a lossless optimization:
{{image.afterOptimizationAndCompression | bytes}} gzipped (-{{image.gain | bytes}} gzipped)

-

With a lossless optimization:
{{image.lossless | bytes}} (-{{image.gain | bytes}})

+

With a lossless optimization:
{{image.lossless | bytes}} (-{{image.gain | bytes}})

With a lossy optimization:
{{image.afterOptimizationAndCompression | bytes}} gzipped (-{{image.gain | bytes}} gzipped)

With a lossy optimization:
{{image.lossy | bytes}} (-{{image.gain | bytes}})