@lumx/core 3.18.0 → 3.18.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lumx.css +1 -1
- package/lumx.min.css +1 -1
- package/package.json +1 -1
- package/scss/components/thumbnail/_index.scss +1 -2
package/package.json
CHANGED
|
@@ -114,9 +114,8 @@
|
|
|
114
114
|
height: 100%;
|
|
115
115
|
|
|
116
116
|
// When using object-fit:cover + ratio 1/1, Chrome switches to pixelated downsizing algo
|
|
117
|
-
// https://stackoverflow.com/a/77059936
|
|
118
117
|
// The following prevent this so the image is correctly downsized using blurring effect
|
|
119
|
-
|
|
118
|
+
backface-visibility: hidden;
|
|
120
119
|
|
|
121
120
|
@supports not (aspect-ratio: 1 / 1) {
|
|
122
121
|
position: absolute;
|