We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab0400c commit d7be577Copy full SHA for d7be577
1 file changed
src/block-components/image/style.scss
@@ -74,7 +74,7 @@
74
// This is needed to fix the images rendering as lines when lazy-loaded in Safari.
75
// Targets Safari 9+ on iOS and macOS, works as of late 2025.
76
@supports (font: -apple-system-body) {
77
- img.stk-img {
+ img.stk-img.lazyloaded {
78
will-change: transform;
79
}
80
0 commit comments