Fix #6883 - image loading tidy up
[roojs1] / scss / roojs-bootstrap / img.scss
diff --git a/scss/roojs-bootstrap/img.scss b/scss/roojs-bootstrap/img.scss
new file mode 100644 (file)
index 0000000..59c3c9b
--- /dev/null
@@ -0,0 +1,6 @@
+
+img.background-contain {
+    background-repeat: no-repeat;
+    background-position: center;
+    background-size: contain;
+}
\ No newline at end of file