You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/block-components/image/style.scss
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -70,3 +70,11 @@
70
70
border-radius: 9999px!important;
71
71
}
72
72
}
73
+
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
75
+
// Targets Safari 9+ on iOS and macOS, works as of late 2025.
0 commit comments