From 3f6404f2069a1baf795cc618e700dd43dcbeeb15 Mon Sep 17 00:00:00 2001 From: "A. Unique TensorFlower" Date: Fri, 2 Jun 2017 09:16:51 -0700 Subject: [PATCH] Assign a max height of 800px to images in the image dashboard. The user could always expand to actual dimensions if need be. PiperOrigin-RevId: 157838046 --- .../components/tf_image_dashboard/tf-image-loader.html | 1 + 1 file changed, 1 insertion(+) diff --git a/tensorflow/tensorboard/components/tf_image_dashboard/tf-image-loader.html b/tensorflow/tensorboard/components/tf_image_dashboard/tf-image-loader.html index d9ba013dcea..41fb12eefa7 100644 --- a/tensorflow/tensorboard/components/tf_image_dashboard/tf-image-loader.html +++ b/tensorflow/tensorboard/components/tf_image_dashboard/tf-image-loader.html @@ -104,6 +104,7 @@ future for loading older images. display: block; width: 100%; height: auto; + max-height: 500px; }