Skip to content

Commit d7be577

Browse files
authored
Apply suggestion from @bfintal
1 parent ab0400c commit d7be577

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/block-components/image/style.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
// This is needed to fix the images rendering as lines when lazy-loaded in Safari.
7575
// Targets Safari 9+ on iOS and macOS, works as of late 2025.
7676
@supports (font: -apple-system-body) {
77-
img.stk-img {
77+
img.stk-img.lazyloaded {
7878
will-change: transform;
7979
}
8080
}

0 commit comments

Comments
 (0)