From a73d855bf8cc49f2bf47e660aa48b2a0d460fd5e Mon Sep 17 00:00:00 2001 From: sD Date: Mon, 10 Aug 2020 21:23:09 +0200 Subject: just load all of them in the img --- webAO/styles/client.css | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'webAO/styles/client.css') diff --git a/webAO/styles/client.css b/webAO/styles/client.css index cecba80..99381ec 100644 --- a/webAO/styles/client.css +++ b/webAO/styles/client.css @@ -182,6 +182,14 @@ height: 100%; width: 100%; bottom: 0; +} + +#client_pair_char>img { + position: absolute; + height: 100%; + width: 100%; + bottom: 0; + left: 0; object-fit: cover; object-position: 50% 0; } @@ -192,6 +200,14 @@ width: 100%; bottom: 0; left: 0; +} + +#client_char>img { + position: absolute; + height: 100%; + width: 100%; + bottom: 0; + left: 0; object-fit: cover; object-position: 50% 0; } -- cgit