From aa9a392578d92650fcfa9c3cc38f8f345fcae783 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Tue, 20 Jul 2021 12:22:18 +0800 Subject: [PATCH] scss/roojs-bootstrap/img.scss --- scss/roojs-bootstrap/img.scss | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/scss/roojs-bootstrap/img.scss b/scss/roojs-bootstrap/img.scss index e69de29bb2..59c3c9b22e 100644 --- a/scss/roojs-bootstrap/img.scss +++ b/scss/roojs-bootstrap/img.scss @@ -0,0 +1,6 @@ + +img.background-contain { + background-repeat: no-repeat; + background-position: center; + background-size: contain; +} \ No newline at end of file -- 2.39.2