Skip to content

Commit de39663

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

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
@@ -71,7 +71,7 @@
7171
}
7272
}
7373

74-
// This is needed to fix the images rendering as lines when lazy-loaded in Safari.
74+
// This is needed to fix the images rendering as lines when lazy-loaded in Safari. We target only the known issue here based on lazy loading from another plugin so as not to affect other uses of the image
7575
// Targets Safari 9+ on iOS and macOS, works as of late 2025.
7676
@supports (font: -apple-system-body) {
7777
img.stk-img.lazyloaded {

0 commit comments

Comments
 (0)