There was an error while loading. Please reload this page.
Safari doesn't reassess srcset with resize, see: https://bugs.webkit.org/show_bug.cgi?id=149899
srcset
On resize, it might pick a lower resolution image and never change unless you refresh the browser.
On resized (debounced resize) and page:updated, adding an empty string to the sizes attribute will force the engine to reassess.
page:updated
See: https://github.com/ausi/respimagelint/issues/31#issuecomment-420441005
import { responsiveImageUpdate } from '@area17/a17-helpers'; document.addEventListener("DOMContentLoaded", () => { responsiveImageUpdate(); });