From c42d9e7ca202ed1880ed7ad6eb87493e024b9e4c Mon Sep 17 00:00:00 2001 From: mtail Date: Thu, 26 Jul 2018 06:33:53 -0700 Subject: [PATCH] Fix some aspect ratios. --- content/docs/concepts/policies-and-telemetry/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/docs/concepts/policies-and-telemetry/index.md b/content/docs/concepts/policies-and-telemetry/index.md index 8112dbd7fb..5787b0dc15 100644 --- a/content/docs/concepts/policies-and-telemetry/index.md +++ b/content/docs/concepts/policies-and-telemetry/index.md @@ -27,7 +27,7 @@ control to operators. Mixer is the Istio component responsible for providing policy controls and telemetry collection: -{{< image width="55%" ratio="49.26%" +{{< image width="55%" ratio="69.79%" link="./topology-without-cache.svg" caption="Mixer Topology" >}} @@ -62,7 +62,7 @@ monitoring, quotas, ACL checking, and more. The exact set of adapters used at runtime is determined through configuration and can easily be extended to target new or custom infrastructure backends. -{{< image width="80%" ratio="60%" +{{< image width="80%" ratio="69.79%" link="./adapters.svg" alt="Showing Mixer with adapters." caption="Mixer and its Adapters"