From 81ef7f4399e143569fa8a988ff178d6ff9e1f043 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Mon, 17 Oct 2016 00:36:39 -0400 Subject: [PATCH] update image aspect ratios --- .../bower_components/emby-webcomponents/cardbuilder/card.css | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/dashboard-ui/bower_components/emby-webcomponents/cardbuilder/card.css b/dashboard-ui/bower_components/emby-webcomponents/cardbuilder/card.css index 447702485..dc2d02554 100644 --- a/dashboard-ui/bower_components/emby-webcomponents/cardbuilder/card.css +++ b/dashboard-ui/bower_components/emby-webcomponents/cardbuilder/card.css @@ -198,15 +198,12 @@ button { /* This is simply for lazy image purposes, to ensure the image is visible sooner when scrolling */ min-height: 70%; min-width: 70%; - align-self: flex-end; - position: static; + margin: auto; } .coveredImage-img { max-height: none; max-width: none; - height: 100%; - width: 100%; } .coveredImage {