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}})